Skip to content

Commit 139870f

Browse files
authored
docs(part4a): Fix grammatical error
Add missing "is"
1 parent 65f8ac4 commit 139870f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/4/en/part4a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ const Note = require('../models/note')
376376
module.exports = notesRouter // highlight-line
377377
```
378378
379-
Because only one "thing" exported, it can only be imported and used as one object:
379+
Because only one "thing" is exported, it can only be imported and used as one object:
380380
381381
```js
382382
const notesRouter = require('./controllers/notes')

0 commit comments

Comments
 (0)