Skip to content

Commit 49bc62e

Browse files
Fix typo
1 parent 646989d commit 49bc62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/13-modules/02-import-export/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ import func from '/path/to/func.js';
305305
...
306306
```
307307

308-
Still, some teams consider it a serous drawback of default exports. So they prefer to always use named exports. Even if only a single thing is exported, it's still exported under a name, without `default`.
308+
Still, some teams consider it a serious drawback of default exports. So they prefer to always use named exports. Even if only a single thing is exported, it's still exported under a name, without `default`.
309309
310310
That also makes re-export (see below) a little bit easier.
311311

0 commit comments

Comments
 (0)