Skip to content

Commit 8119a07

Browse files
authored
Merge pull request #1915 from phonz-dev/patch-3
Update part4a.md
2 parents 2cfc643 + dcf6d72 commit 8119a07

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)