1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #36222 from panckreous/patch-1

minor grammar fix
This commit is contained in:
Rafael França 2019-12-17 21:05:40 -03:00 committed by GitHub
commit ecbc3a04ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,10 +86,10 @@ module Rails
desc: "Skip bootsnap gem" desc: "Skip bootsnap gem"
class_option :dev, type: :boolean, default: false, class_option :dev, type: :boolean, default: false,
desc: "Setup the #{name} with Gemfile pointing to your Rails checkout" desc: "Set up the #{name} with Gemfile pointing to your Rails checkout"
class_option :edge, type: :boolean, default: false, class_option :edge, type: :boolean, default: false,
desc: "Setup the #{name} with Gemfile pointing to Rails repository" desc: "Set up the #{name} with Gemfile pointing to Rails repository"
class_option :rc, type: :string, default: nil, class_option :rc, type: :string, default: nil,
desc: "Path to file containing extra configuration options for rails command" desc: "Path to file containing extra configuration options for rails command"