We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae94f71 commit da1a106Copy full SHA for da1a106
docs/src/modules/4-testing/4-unit/2-unit.md
@@ -164,7 +164,7 @@ describe('Only Test 2 will run!', () => {
164
});
165
```
166
167
-If `.only` is used mulitple times in a file, then all tests with `.only` get executed:
+If `.only` is used multiple times in a file, then all tests with `.only` get executed:
168
169
```ts
170
test.only('test1', () => {}); // will execute
0 commit comments