Skip to content

Commit dcf6d72

Browse files
authored
Update part4a.md
Fix typo error
1 parent 6906275 commit dcf6d72

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
@@ -359,7 +359,7 @@ module.exports = {
359359
// highlight-end
360360
```
361361
362-
The file exports <i>an object</i> that has two fields, both of which are functions. The functions can be used with two different ways. The first option is to require the whole object and refer to functions throught he object using the dot notation:
362+
The file exports <i>an object</i> that has two fields, both of which are functions. The functions can be used with two different ways. The first option is to require the whole object and refer to functions through the object using the dot notation:
363363
364364
```js
365365
const logger = require('./utils/logger')

0 commit comments

Comments
 (0)