Skip to content

Commit 4b59749

Browse files
committed
Fixed typo
1 parent 26bce36 commit 4b59749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ import * as util from 'math/addition';
465465
Lastly, we can import a list of values from a module:
466466

467467
```javascript
468-
import * as additionUtil from 'math/addtion';
468+
import * as additionUtil from 'math/addition';
469469
const { sumTwo, sumThree } = additionUtil;
470470
```
471471

0 commit comments

Comments
 (0)