We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e892e79 commit 69fdce2Copy full SHA for 69fdce2
doc/api/modules.md
@@ -208,7 +208,7 @@ regarding which files are parsed as ECMAScript modules.
208
3. The file has a `.js` extension, the closest `package.json` does not contain
209
`"type": "commonjs"`, and the module contains ES module syntax.
210
211
-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
212
return the module namespace object. In this case it is similar to dynamic
213
`import()` but is run synchronously and returns the name space object
214
directly.
0 commit comments