aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2017-04-17 12:26:53 +0200
committerGitHub <noreply@github.com>2017-04-17 12:26:53 +0200
commitf53b3af8a86785d27b95780e99ea80713d640f8b (patch)
tree894c4fc27fa4657916ebbde1dc8aa2c9042da73e /guides/source
parent612572746c311b69d617a7f0d6eb6bdbad82780c (diff)
parent767f29e181bdbbec2f96bb09822924eea18c2e9f (diff)
downloadrails-f53b3af8a86785d27b95780e99ea80713d640f8b.tar.gz
rails-f53b3af8a86785d27b95780e99ea80713d640f8b.tar.bz2
rails-f53b3af8a86785d27b95780e99ea80713d640f8b.zip
Merge pull request #28778 from henziger/add_missing_word_in_generators_guide
Add missing word 'to' [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/generators.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/generators.md b/guides/source/generators.md
index d0b6cef3fd..a554e08204 100644
--- a/guides/source/generators.md
+++ b/guides/source/generators.md
@@ -426,7 +426,7 @@ Fallbacks allow your generators to have a single responsibility, increasing code
Application Templates
---------------------
-Now that you've seen how generators can be used _inside_ an application, did you know they can also be used to _generate_ applications too? This kind of generator is referred as a "template". This is a brief overview of the Templates API. For detailed documentation see the [Rails Application Templates guide](rails_application_templates.html).
+Now that you've seen how generators can be used _inside_ an application, did you know they can also be used to _generate_ applications too? This kind of generator is referred to as a "template". This is a brief overview of the Templates API. For detailed documentation see the [Rails Application Templates guide](rails_application_templates.html).
```ruby
gem "rspec-rails", group: "test"