Skip to content

Commit

Permalink
Minor grammar correction (#4927)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccouzens authored Nov 12, 2022
1 parent 1880e89 commit 78ddd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/en/knowledge/getting-started/what-is-require.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exports.say = function () {
}
```

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:

```
{
Expand Down

0 comments on commit 78ddd53

Please sign in to comment.