From df0a9401b1937a4a09ed36694d81bcc20d67d60f Mon Sep 17 00:00:00 2001 From: willrax Date: Sun, 5 Aug 2012 19:27:11 +1000 Subject: [PATCH] fixed typo in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3436557a37..03d806c13e 100644 --- a/README.md +++ b/README.md @@ -304,7 +304,7 @@ https://github.com/plataformatec/devise/wiki/I18n ### Test helpers -Devise includes some tests helpers for functional specs. In other to use them, you need to include Devise in your functional tests by adding the following to the bottom of your `test/test_helper.rb` file: +Devise includes some tests helpers for functional specs. In order to use them, you need to include Devise in your functional tests by adding the following to the bottom of your `test/test_helper.rb` file: ```ruby class ActionController::TestCase