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