We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641627e commit 188c60cCopy full SHA for 188c60c
README.md
@@ -388,8 +388,8 @@ import * as util from 'math/addition'
388
Lastly, we can use destructuring to import a list of values from a file:
389
390
```javascript
391
-import * as addtionUtil from 'math/addtion';
392
-const { sumTwo, sumThree } = addtionUtil;
+import * as additionUtil from 'math/addtion';
+const { sumTwo, sumThree } = additionUtil;
393
```
394
395
or when we are importing the default object but we want to grab some of the functions on the object:
0 commit comments