Skip to content

Commit a85e5b3

Browse files
remnantkevinVlad Shilov
authored andcommitted
Fix minor spelling and grammar errors in README
1 parent feb5292 commit a85e5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- 🚀 **Fast**: Built with hooks and functional components only.
3737
- 🛡 **Bulletproof**: Written in strict TypeScript and has 100% test coverage.
3838
- 🗂 **Typed**: Ships with [types included](#typescript-support)
39-
- 😍 **Simple**: The interface is straight forward and easy to use.
39+
- 😍 **Simple**: The interface is straightforward and easy to use.
4040
- 👫 **Cross-browser**: Works out-of-the-box for most browsers, regardless of version.
4141
- 📲 **Mobile-friendly**: Supports mobile devices and touch screens.
4242
- 💬 **Accessible**: Follows the [WAI-ARIA](https://www.w3.org/WAI/standards-guidelines/aria/) guidelines to support users of assistive technologies.
@@ -232,7 +232,7 @@ declare global {
232232
}
233233
```
234234

235-
This will correct the types an allow you to use **react-colorful** along with many other React + TS libraries in your Preact + TS application.
235+
This will correct the types and allow you to use **react-colorful** along with many other React + TS libraries in your Preact + TS application.
236236

237237
</details>
238238

0 commit comments

Comments
 (0)