Skip to content

Commit d833fb7

Browse files
committed
coding-guide: typo fix
1 parent feee628 commit d833fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coding-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
```
6868

6969
- as css-modules are used, you need to require both .postcss.css.json and
70-
.post.css(file extension can be omitted) files to make magic happens
70+
.post.css(file extension can be omitted) files to make magic happen
7171
```javascript
7272
// good
7373
import { h, Component } from 'preact';

0 commit comments

Comments
 (0)