Fixed typo

This commit is contained in:
mde
2014-06-04 14:08:44 -07:00
parent 7aa3ea3a66
commit c4e589a91b

View File

@@ -833,7 +833,7 @@ Postgres as default, with both a Postgres and Riak model
#### Migrations (SQL adapters only)
Migrations are a convenient way to make changes to your SQL database schema over
time, consistently and easily. They use a simply JavaScript API. This means
time, consistently and easily. They use a simple JavaScript API. This means
that you don't have to write SQL by hand, and changes to your schema can be
database independent.