Skip to content

Commit b8e14a4

Browse files
committed
Fix incorrect word
1 parent dcb2fc1 commit b8e14a4

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)