aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-10-08 14:40:06 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-10-08 14:40:06 -0700
commit8815de7b427196f00bd9f3406377928c2c269e22 (patch)
tree92c06cae42d251980399c5c442bd6379c8bfc861 /railties/lib
parenta9bf3a453ef82207ff15e14428ef6e35f9eeb647 (diff)
parent44592334d5244194f3d662ee9e90c42d4c9a54f8 (diff)
downloadrails-8815de7b427196f00bd9f3406377928c2c269e22.tar.gz
rails-8815de7b427196f00bd9f3406377928c2c269e22.tar.bz2
rails-8815de7b427196f00bd9f3406377928c2c269e22.zip
Merge pull request #7877 from claudiob/remove_duplicate_article_THE
Remove duplicate 'the' article in commented line
Diffstat (limited to 'railties/lib')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt b/railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt
index f61e481969..7342bffd9d 100644
--- a/railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt
+++ b/railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt
@@ -5,7 +5,7 @@
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
-// the compiled file.
+// compiled file.
//
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
// GO AFTER THE REQUIRES BELOW.