Skip to content

Commit

Permalink
doc: fix wrong verb form
Browse files Browse the repository at this point in the history
PR-URL: #57091
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
dario-piotrowicz authored Feb 16, 2025
1 parent e892e79 commit 69fdce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ regarding which files are parsed as ECMAScript modules.
3. The file has a `.js` extension, the closest `package.json` does not contain
`"type": "commonjs"`, and the module contains ES module syntax.

If the ES Module being loaded meet the requirements, `require()` can load it and
If the ES Module being loaded meets the requirements, `require()` can load it and
return the module namespace object. In this case it is similar to dynamic
`import()` but is run synchronously and returns the name space object
directly.
Expand Down

0 comments on commit 69fdce2

Please sign in to comment.