We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8f38d commit cd9c21aCopy full SHA for cd9c21a
lib/generators/devise/controllers_generator.rb
@@ -11,7 +11,7 @@ class ControllersGenerator < Rails::Generators::Base
11
Create inherited Devise controllers in your app/controllers folder.
12
13
Use -c to specify which controller you want to overwrite.
14
- If you do no specify a controller, all controllers will be created.
+ If you do not specify a controller, all controllers will be created.
15
For example:
16
17
rails generate devise:controllers users -c=sessions
0 commit comments