Skip to content

Commit a5c486d

Browse files
committed
Merge pull request DrkSephy#48 from radarhere/patch-1
Fixed typo
2 parents cd0873a + 4b59749 commit a5c486d

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)