Skip to content

Commit 78ddd53

Browse files
authored
Minor grammar correction (#4927)
1 parent 1880e89 commit 78ddd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en/knowledge/getting-started/what-is-require.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exports.say = function () {
2626
}
2727
```
2828

29-
So if you run `var example = require('./example.js')`, then `example.js` will get evaluated and then `example` be an object equal to:
29+
So if you run `var example = require('./example.js')`, then `example.js` will get evaluated and then `example` becomes an object equal to:
3030

3131
```
3232
{

0 commit comments

Comments
 (0)