Skip to content

Commit 1c7926e

Browse files
committed
Fix misplaced backtick
1 parent 2124f93 commit 1c7926e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ var h = require( './h.js' );
386386
// ...
387387
```
388388

389-
By leveraging `node_module`s, each local `node_modules` dependency
389+
By leveraging `node_modules`, each local `node_modules` dependency
390390

391391
1. is scoped to its relevant context
392392
2. does not pollute the top-level `node_modules` directory which contains external dependencies

0 commit comments

Comments
 (0)