Skip to content

Commit 239f1ec

Browse files
jessestuartSimenB
authored andcommitted
[docs] Fix Markdown syntax typo in Webpack docs. (#5280)
1 parent 5956891 commit 239f1ec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/Webpack.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,10 @@ direct analogs in Jest's `moduleDirectories` and `moduleFileExtensions` options.
180180
}
181181
```
182182

183-
> Note: <rootDir> is a special token that gets replaced by Jest with the root of
184-
> your project. Most of the time this will be the folder where your package.json
185-
> is located unless you specify a custom `rootDir` option in your configuration.
183+
> Note: `<rootDir>` is a special token that gets replaced by Jest with the root
184+
> of your project. Most of the time this will be the folder where your
185+
> `package.json` is located unless you specify a custom `rootDir` option in your
186+
> configuration.
186187
187188
Similarly webpack's `resolve.root` option functions like setting the `NODE_PATH`
188189
env variable, which you can set, or make use of the `modulePaths` option.

0 commit comments

Comments
 (0)