Skip to content

Commit 6564860

Browse files
mi-na-botljharb
andauthored
Update docs/rules/order.md
Co-authored-by: Jordan Harband <[email protected]>
1 parent 9b877d8 commit 6564860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ import 'format.css'; // This will prevent --fix from working.
9090
import a from 'a'
9191
```
9292

93-
As a workaround, move unbound imports to be entirely above and below bound ones.
93+
As a workaround, move unbound imports to be entirely above or below bound ones.
9494

9595
```javascript
9696
import 'format1.css'; // OK

0 commit comments

Comments
 (0)