Skip to content

Commit 61511f8

Browse files
authored
Fix typo
Fixes a typo
1 parent 25ec3e4 commit 61511f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vue-testing-library/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npm install --save-dev @testing-library/vue
2525

2626
You can now use all of `DOM Testing Library`'s `getBy`, `getAllBy`, `queryBy`
2727
and `queryAllBy` commands. See here the
28-
[full llist of queries](dom-testing-library/api-queries.md).
28+
[full list of queries](dom-testing-library/api-queries.md).
2929

3030
You may also be interested in installing `jest-dom` so you can use
3131
[the custom Jest matchers](https://github.com/gnapse/jest-dom#readme) for the

0 commit comments

Comments
 (0)