diff --git a/docs/content/en/docs/_index.md b/docs/content/en/docs/_index.md index 12930983..383387d3 100755 --- a/docs/content/en/docs/_index.md +++ b/docs/content/en/docs/_index.md @@ -11,7 +11,7 @@ description: Welcome to the moor documentation. This site shows you what moor ca ## So what's moor? Moor is a reactive persistence library for Dart and Flutter applications. It's built ontop of database libraries like [sqflite](https://pub.dev/packages/sqflite) or [sql.js](https://github.com/kripken/sql.js/) -and provides additional featues, like +and provides additional features, like: - __Type safety__: Instead of writing sql queries manually and parsing the `List>` that they return, moor turns rows into objects of your choice. @@ -28,4 +28,4 @@ return, moor turns rows into objects of your choice. And much more! Moor validates data before inserting it, so you can get helpful error messages instead of just an sql error code. Of course, it supports transactions. And DAOs. And efficient batched insert statements. The list goes on. -Check out these in-depth articles to learn about moor and how to use its features. \ No newline at end of file +Check out these in-depth articles to learn about moor and how to use its features.