Skip to content

Commit c9f5af2

Browse files
authored
Fix basic typo (#6783)
1 parent c5a4901 commit c9f5af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-plugins/unit-jest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ transformIgnorePatterns: ['/node_modules/']
6060
We have to add exceptions to this pattern with a RegExp negative lookahead:
6161

6262
```javascript
63-
transformIgnorePatterns: ['/node_modules/(?!name-of-lib-o-transform)']
63+
transformIgnorePatterns: ['/node_modules/(?!name-of-lib-to-transform)']
6464
```
6565

6666
To exclude multiple libraries:

0 commit comments

Comments
 (0)