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 c02494f commit a7e5ef9Copy full SHA for a7e5ef9
doc/api/modules.md
@@ -203,7 +203,7 @@ regarding which files are parsed as ECMAScript modules.
203
3. The file has a `.js` extension, the closest `package.json` does not contain
204
`"type": "commonjs"`, and the module contains ES module syntax.
205
206
-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
207
return the module namespace object. In this case it is similar to dynamic
208
`import()` but is run synchronously and returns the name space object
209
directly.
0 commit comments