Skip to content

Commit 6892d7a

Browse files
fix: typos in README.md (#432)
1 parent ad7a261 commit 6892d7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This package contains a plugin that allows you to natively lint CSS files using
66

77
**Important:** This plugin requires ESLint v9.15.0 or higher and you must be using the [new configuration system](https://eslint.org/docs/latest/use/configure/configuration-files).
88

9-
## Prequisites
9+
## Prerequisites
1010

1111
In order to use the ESLint CSS plugin, you must have the following installed:
1212

@@ -108,7 +108,7 @@ export default defineConfig([
108108
]);
109109
```
110110

111-
You can individually config, disable, and enable rules in CSS using comments, such as:
111+
You can individually configure, disable, and enable rules in CSS using comments, such as:
112112

113113
<!-- prettier-ignore -->
114114
```css

0 commit comments

Comments
 (0)