diff --git a/README.rdoc b/README.rdoc index 653ff753..73b6fac9 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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