We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f8ac4 commit 139870fCopy full SHA for 139870f
1 file changed
src/content/4/en/part4a.md
@@ -376,7 +376,7 @@ const Note = require('../models/note')
376
module.exports = notesRouter // highlight-line
377
```
378
379
-Because only one "thing" exported, it can only be imported and used as one object:
+Because only one "thing" is exported, it can only be imported and used as one object:
380
381
```js
382
const notesRouter = require('./controllers/notes')
0 commit comments