From 5105e4669c88dbfd5de0e72f3ef3099052e876b5 Mon Sep 17 00:00:00 2001 From: Jonathan Chen Date: Fri, 26 Aug 2016 15:58:49 -0400 Subject: [PATCH] Fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d71f20ef3..0907cf039 100644 --- a/README.md +++ b/README.md @@ -777,7 +777,7 @@ When posting issues, please include the following information to speed up the tr ### Can I use this gem alongside standard Devise? -Yes! But you will need to enable the support use separate routes for standard Devise. So do something like this: +Yes! But you will need to enable the support of separate routes for standard Devise. So do something like this: #### config/initializers/devise_token_auth.rb ~~~ruby