aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-04-26 03:27:24 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-04-26 03:27:24 -0300
commita9b41fee720823ff4ba1df5df2d1f42283056734 (patch)
tree9debbe0fc8440050ddd26a38fa07c86fb8b889c1
parent6a9d81800b04126a3f57b6595d48cee47ceeb3cf (diff)
parent8b47d1ff2d5bea1537ac518339704a725778050c (diff)
downloadrails-a9b41fee720823ff4ba1df5df2d1f42283056734.tar.gz
rails-a9b41fee720823ff4ba1df5df2d1f42283056734.tar.bz2
rails-a9b41fee720823ff4ba1df5df2d1f42283056734.zip
Merge pull request #19905 from prathamesh-sonpatki/no-readme-link
Escape README in Plugin builder API documentation
-rw-r--r--railties/lib/rails/generators/rails/plugin/plugin_generator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/plugin/plugin_generator.rb b/railties/lib/rails/generators/rails/plugin/plugin_generator.rb
index 68c3829515..fe19fa38d7 100644
--- a/railties/lib/rails/generators/rails/plugin/plugin_generator.rb
+++ b/railties/lib/rails/generators/rails/plugin/plugin_generator.rb
@@ -8,7 +8,7 @@ module Rails
# generator.
#
# This allows you to override entire operations, like the creation of the
- # Gemfile, README, or JavaScript files, without needing to know exactly
+ # Gemfile, \README, or JavaScript files, without needing to know exactly
# what those operations do so you can create another template action.
class PluginBuilder
def rakefile