Skip to content

Commit

Permalink
Remove unnecessary closing parenthesis in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyainoue0124 committed Oct 6, 2024
1 parent 7288464 commit 25f806e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ If the customization at the views level is not enough, you can customize each co
...
end
```
Use the `-c` flag to specify one or more controllers, for example: `rails generate devise:controllers users -c sessions`)
Use the `-c` flag to specify one or more controllers, for example: `rails generate devise:controllers users -c sessions`

2. Tell the router to use this controller:

Expand Down

0 comments on commit 25f806e

Please sign in to comment.