From 265614f99b82aacb33b90e03f3d7c40f62c971b8 Mon Sep 17 00:00:00 2001 From: EzraShimon Date: Sun, 24 May 2020 19:30:33 -0400 Subject: [PATCH] Fix typo [ci skip] --- guides/source/generators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/generators.md b/guides/source/generators.md index 47b8f02270..040ae47fa6 100644 --- a/guides/source/generators.md +++ b/guides/source/generators.md @@ -31,7 +31,7 @@ $ bin/rails generate NOTE: To create a rails application we use the `rails` global command, the rails gem installed via `gem install rails`. When inside the directory of your application, we use the command `bin/rails` which uses the bundled rails inside this application. -You will get a list of all generators that comes with Rails. If you need a detailed description of the helper generator, for example, you can simply do: +You will get a list of all generators that come with Rails. If you need a detailed description of the helper generator, for example, you can simply do: ```bash $ bin/rails generate helper --help -- GitLab