From 239f1ec15dd12a35ca528308bd2b6e0050e03458 Mon Sep 17 00:00:00 2001 From: Jesse Stuart Date: Thu, 11 Jan 2018 02:30:59 -0500 Subject: [PATCH] [docs] Fix Markdown syntax typo in Webpack docs. (#5280) --- docs/Webpack.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/Webpack.md b/docs/Webpack.md index 71a8581fb046..dc849969ba4c 100644 --- a/docs/Webpack.md +++ b/docs/Webpack.md @@ -180,9 +180,10 @@ direct analogs in Jest's `moduleDirectories` and `moduleFileExtensions` options. } ``` -> Note: 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: `` 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.