Grammar fix.

This commit is contained in:
pcantrell 2012-01-11 23:18:04 -06:00
parent a43d1af23e
commit 13bd4ce46a
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ Devise allows you to set up as many roles as you want. For example, you may have
We built Devise to help you quickly develop an application that uses authentication. However, we don't want to be in your way when you need to customize it.
Since Devise is an engine, all its views are packaged inside the gem. These views will help you get started, but after sometime you may want to change them. If this is the case, you just need to invoke the following generator, and it will copy all views to your application:
Since Devise is an engine, all its views are packaged inside the gem. These views will help you get started, but after some time you may want to change them. If this is the case, you just need to invoke the following generator, and it will copy all views to your application:
rails generate devise:views