Skip to content

Commit ec48898

Browse files
authored
docs: fix minor typo - colleting -> collecting (#6756)
1 parent 19278f4 commit ec48898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/profiling-test-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When you run Vitest it reports multiple time metrics of your tests:
1717
1818
- Transform: How much time was spent transforming the files. See [File Transform](#file-transform).
1919
- Setup: Time spent for running the [`setupFiles`](/config/#setupfiles) files.
20-
- Collect: Time spent for colleting all tests in the test files. This includes the time it took to import all file dependencies.
20+
- Collect: Time spent for collecting all tests in the test files. This includes the time it took to import all file dependencies.
2121
- Tests: Time spent for actually running the test cases.
2222
- Environment: Time spent for setting up the test [`environment`](/config/#environment), for example JSDOM.
2323
- Prepare: Time Vitest uses to prepare the test runner.

0 commit comments

Comments
 (0)