Merge pull request #1352 from Violet-Bora-Lee/patch-33

Fix typo
This commit is contained in:
Ilya Kantor 2019-09-18 12:47:28 +03:00 committed by GitHub
commit 6c83d4585c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,7 @@ say.*!*hi*/!*('John'); // Hello, John!
say.*!*bye*/!*('John'); // Bye, John! say.*!*bye*/!*('John'); // Bye, John!
``` ```
## export default ## Export default
In practice, there are mainly two kinds of modules. In practice, there are mainly two kinds of modules.