Typo in _index.md

This commit is contained in:
Cristian Ramírez 2020-02-05 15:20:01 -06:00 committed by GitHub
parent 2920681ff9
commit e5e8fbf628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ description: Welcome to the moor documentation. This site shows you what moor ca
## So what's moor? ## So what's moor?
Moor is a reactive persistence library for Dart and Flutter applications. It's built ontop 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/) 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<Map<String, dynamic>>` that they - __Type safety__: Instead of writing sql queries manually and parsing the `List<Map<String, dynamic>>` that they
return, moor turns rows into objects of your choice. return, moor turns rows into objects of your choice.