There was an error while loading. Please reload this page.
2 parents f40aa32 + 06c814b commit 80d9324Copy full SHA for 80d9324
docs/project/external-modules.md
@@ -100,7 +100,7 @@ export { someVar as aDifferentName } from './foo';
100
```
101
102
### Default exports/imports
103
-As you will learn later, I am not a fan of default exports. Neverthless here is syntax for export and using default exports
+As you will learn later, I am not a fan of default exports. Nevertheless here is syntax for export and using default exports
104
105
* Export using `export default`
106
* before a variable (no `let / const / var` needed)
0 commit comments