Skip to content

Commit a2468ad

Browse files
authored
Merge pull request ruanyf#479 from Fifthwolf/patch-1
Update style.md
2 parents a188e96 + ba4a7da commit a2468ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ export default Breadcrumbs;
442442

443443
```javascript
444444
// bad
445-
import * as myObject './importModule';
445+
import * as myObject from './importModule';
446446

447447
// good
448448
import myObject from './importModule';

0 commit comments

Comments
 (0)