Skip to content

Commit 4d5ceaf

Browse files
authored
fix: typo of numbering (#1306)
1 parent 7951222 commit 4d5ceaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/svelte-testing-library/setup.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ npm install --save-dev @vitest/ui
6464
4. Optionally install [vitest-dom](https://github.com/chaance/vitest-dom) to add
6565
handy assertions to Vitest
6666

67-
5.1 Install `vitest-dom`
67+
4.1 Install `vitest-dom`
6868

6969
```bash npm2yarn
7070
npm install --save-dev vitest-dom
7171
```
7272

73-
5.2 import `vitest-dom` at within the vitest setup file (usually `vitest-setup.(js|ts)`)
73+
4.2 import `vitest-dom` at within the vitest setup file (usually `vitest-setup.(js|ts)`)
7474

7575
```js
7676
import * as matchers from "vitest-dom/matchers";

0 commit comments

Comments
 (0)