From e5e8fbf6289aab6ce82d8f1be75234e83498ef4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Ram=C3=ADrez?= Date: Wed, 5 Feb 2020 15:20:01 -0600 Subject: [PATCH] Typo in _index.md --- docs/content/en/docs/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.