From 32332fc2ec66792c70b2286ef15ad0d8c39accee Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 30 Sep 2015 12:55:50 -0400 Subject: [PATCH] Fixed typographical error, changed abilty to ability in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4bf9782..8a7c5a28 100644 --- a/README.md +++ b/README.md @@ -1343,7 +1343,7 @@ Paper Trail has facilities to test against Postgres, Mysql and SQLite. To switch between DB engines you will need to export the DB variable for the engine you wish to test aganist. -Though be aware we do not have the abilty to create the db's (except sqlite) for +Though be aware we do not have the ability to create the db's (except sqlite) for you. You can look at .travis.yml before_script for an example of how to create the db's needed.