Skip to content

Commit 6c83d45

Browse files
authored
Merge pull request #1352 from Violet-Bora-Lee/patch-33
Fix typo
2 parents 007af4f + 9fd6995 commit 6c83d45

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
@@ -151,7 +151,7 @@ say.*!*hi*/!*('John'); // Hello, John!
151151
say.*!*bye*/!*('John'); // Bye, John!
152152
```
153153

154-
## export default
154+
## Export default
155155

156156
In practice, there are mainly two kinds of modules.
157157

0 commit comments

Comments
 (0)