Skip to content

Commit da1a106

Browse files
committed
Fix spelling
1 parent ae94f71 commit da1a106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/modules/4-testing/4-unit/2-unit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ describe('Only Test 2 will run!', () => {
164164
});
165165
```
166166

167-
If `.only` is used mulitple times in a file, then all tests with `.only` get executed:
167+
If `.only` is used multiple times in a file, then all tests with `.only` get executed:
168168

169169
```ts
170170
test.only('test1', () => {}); // will execute

0 commit comments

Comments
 (0)