From c4e589a91b05f66178b11541ab4b8d7a2d2c486d Mon Sep 17 00:00:00 2001 From: mde Date: Wed, 4 Jun 2014 14:08:44 -0700 Subject: [PATCH] Fixed typo --- docs/guide/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/models.md b/docs/guide/models.md index 451c9401..e2c0ea3c 100644 --- a/docs/guide/models.md +++ b/docs/guide/models.md @@ -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.