Skip to content

Commit 781faa1

Browse files
committed
Fix grammar to aid readibility
1 parent 757f489 commit 781faa1

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)