Skip to content

Commit

Permalink
fix typo (close #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Oct 27, 2023
1 parent 95e625b commit 0629a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Given the example below:
button.disabled/*please use pseudo class as possible*/,button:disabled {}
```

There're comments inside selector. Some formatters will failed to format it, but Malva will format as:
There're comments inside selector. Some formatters will fail to format it, but Malva will format as:

```css
button.disabled /*please use pseudo class as possible*/, button:disabled {}
Expand Down

0 comments on commit 0629a5f

Please sign in to comment.