Skip to content

Commit 299c5b7

Browse files
authored
Merge pull request #2915 from EdgarGrcs/part4a
Update part4a.md
2 parents 1e4f3f7 + b3f4c78 commit 299c5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/en/part4a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ info('message')
368368
error('error message')
369369
```
370370
371-
The second way of of exporting may be preferable if only a small portion of the exported functions are used in a file. E.g. in file <i>controller/notes.js</i> exporting happens as follows:
371+
The second way of exporting may be preferable if only a small portion of the exported functions are used in a file. E.g. in file <i>controller/notes.js</i> exporting happens as follows:
372372
373373
```js
374374
const notesRouter = require('express').Router()

0 commit comments

Comments
 (0)