Skip to content

Commit 4cd9f2a

Browse files
committed
Merge pull request DrkSephy#72 from HyunSeob/master
Fix incorrect word
2 parents dcb2fc1 + b8e14a4 commit 4cd9f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ export { foo as default, foo1, foo2 };
492492

493493
We can import them like the following:
494494

495-
```javaqscript
495+
```javascript
496496
import foo, { foo1, foo2 } from 'foos';
497497
```
498498

0 commit comments

Comments
 (0)