Skip to content

Commit 5dff629

Browse files
committed
2 parents 2ee7b1e + b8e14a4 commit 5dff629

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)