Skip to content

Commit 5b45a58

Browse files
Merge pull request rails#50052 from sid-707/fix-grammar-in-generators-guide
Fix grammar in Generators guide to aid readibility [ci skip]
2 parents 757f489 + 781faa1 commit 5b45a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/generators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ end
476476
```
477477

478478
First, the template asks the user whether they would like to install Devise.
479-
If the user replies "yes" (or "y"), the template adds Devise to the `Gemfile`
480-
asks the user for the name of the Devise user model (defaulting to `User`).
479+
If the user replies "yes" (or "y"), the template adds Devise to the `Gemfile`,
480+
and asks the user for the name of the Devise user model (defaulting to `User`).
481481
Later, after `bundle install` has been run, the template will run the Devise
482482
generators and `rails db:migrate` if a Devise model was specified. Finally, the
483483
template will `git add` and `git commit` the entire app directory.

0 commit comments

Comments
 (0)