Skip to content

Commit

Permalink
[docs] Fix Markdown syntax typo in Webpack docs. (#5280)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessestuart authored and SimenB committed Jan 11, 2018
1 parent 5956891 commit 239f1ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/Webpack.md
Expand Up @@ -180,9 +180,10 @@ direct analogs in Jest's `moduleDirectories` and `moduleFileExtensions` options.
}
```

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

0 comments on commit 239f1ec

Please sign in to comment.