Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup: typo
  • Loading branch information
BridgeAR committed Jan 6, 2019
commit f4471111c0b82f05f0d3d15ded002ad549c6bb5c
2 changes: 1 addition & 1 deletion doc/api/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ value from this object, the next `require` will reload the module. Note that
this does not apply to [native addons][], for which reloading will result in an
error.

Adding ore replacing entries is also possible. This cache is checked before
Adding or replacing entries is also possible. This cache is checked before
native modules and if such a name is added to the cache, no require call is
going to receive the native module anymore. Use with care!

Expand Down