Skip to content

Commit

Permalink
docs: #globals_require_resolve --> #modules_require_resolve (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Samsonov authored and joshwiens committed Nov 18, 2017
1 parent 2f36785 commit e789b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module: {
}
```

The [`require.resolve`](https://nodejs.org/api/all.html#globals_require_resolve)
The [`require.resolve`](https://nodejs.org/api/all.html#modules_require_resolve)
is a Node.js call (unrelated to `require.resolve` in webpack
processing). `require.resolve` gives you the
absolute path to the module (`"/.../app/node_modules/react/react.js"`). So the
Expand Down

0 comments on commit e789b77

Please sign in to comment.