diff --git a/doc/api/modules.md b/doc/api/modules.md index 8de9375c561dba..5a332a0e8f7cb4 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -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.