Skip to content

Commit 33950eb

Browse files
authored
docs: typo in accessibility word (#2160)
1 parent 19bc369 commit 33950eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Vue Test Utils is commonly used with a test runner. Popular test runners include
4242
- [Cypress](https://cypress.io/). Browser based, supports Vite, webpack.
4343
- [Playwright](https://playwright.dev/docs/test-components) (experimental). Browser based, supports Vite.
4444

45-
Vue Test Utils is a minimal and unopinionated library. For something more featureful, ergonomic and opinionated you may want to consider [Cypress Component Testing](https://docs.cypress.io/guides/component-testing/overview) which has a hot reload development environment, or [Testing Library](https://testing-library.com/docs/vue-testing-library/intro/) which emphasizes accessability based selectors when making assertions. Both of these tools use Vue Test Utils under the hood and expose the same API.
45+
Vue Test Utils is a minimal and unopinionated library. For something more featureful, ergonomic and opinionated you may want to consider [Cypress Component Testing](https://docs.cypress.io/guides/component-testing/overview) which has a hot reload development environment, or [Testing Library](https://testing-library.com/docs/vue-testing-library/intro/) which emphasizes accessibility based selectors when making assertions. Both of these tools use Vue Test Utils under the hood and expose the same API.
4646

4747
## What Next?
4848

0 commit comments

Comments
 (0)