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 1880e89 commit 78ddd53Copy full SHA for 78ddd53
locale/en/knowledge/getting-started/what-is-require.md
@@ -26,7 +26,7 @@ exports.say = function () {
26
}
27
```
28
29
-So if you run `var example = require('./example.js')`, then `example.js` will get evaluated and then `example` be an object equal to:
+So if you run `var example = require('./example.js')`, then `example.js` will get evaluated and then `example` becomes an object equal to:
30
31
32
{
0 commit comments