Skip to content

Commit 80d9324

Browse files
authored
Merge pull request basarat#449 from y-yagi/patch-2
Fix a typo
2 parents f40aa32 + 06c814b commit 80d9324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/project/external-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export { someVar as aDifferentName } from './foo';
100100
```
101101

102102
### 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
103+
As you will learn later, I am not a fan of default exports. Nevertheless here is syntax for export and using default exports
104104

105105
* Export using `export default`
106106
* before a variable (no `let / const / var` needed)

0 commit comments

Comments
 (0)