diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-10-08 14:40:06 -0700 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-10-08 14:40:06 -0700 |
commit | 8815de7b427196f00bd9f3406377928c2c269e22 (patch) | |
tree | 92c06cae42d251980399c5c442bd6379c8bfc861 /guides | |
parent | a9bf3a453ef82207ff15e14428ef6e35f9eeb647 (diff) | |
parent | 44592334d5244194f3d662ee9e90c42d4c9a54f8 (diff) | |
download | rails-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 'guides')
-rw-r--r-- | guides/code/getting_started/app/assets/javascripts/application.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/code/getting_started/app/assets/javascripts/application.js b/guides/code/getting_started/app/assets/javascripts/application.js index 9097d830e2..93cdae76ca 100644 --- a/guides/code/getting_started/app/assets/javascripts/application.js +++ b/guides/code/getting_started/app/assets/javascripts/application.js @@ -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. |