Skip to content

Commit a7e5ef9

Browse files
dario-piotrowicztargos
authored andcommitted
doc: fix wrong verb form
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>
1 parent c02494f commit a7e5ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/modules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ regarding which files are parsed as ECMAScript modules.
203203
3. The file has a `.js` extension, the closest `package.json` does not contain
204204
`"type": "commonjs"`, and the module contains ES module syntax.
205205

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

0 commit comments

Comments
 (0)