aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/app
diff options
context:
space:
mode:
authorclaudiob <claudiob@gmail.com>2012-10-08 14:00:59 -0700
committerclaudiob <claudiob@gmail.com>2012-10-08 14:00:59 -0700
commit44592334d5244194f3d662ee9e90c42d4c9a54f8 (patch)
tree92c06cae42d251980399c5c442bd6379c8bfc861 /guides/code/getting_started/app
parenta9bf3a453ef82207ff15e14428ef6e35f9eeb647 (diff)
downloadrails-44592334d5244194f3d662ee9e90c42d4c9a54f8.tar.gz
rails-44592334d5244194f3d662ee9e90c42d4c9a54f8.tar.bz2
rails-44592334d5244194f3d662ee9e90c42d4c9a54f8.zip
Remove duplicate 'the' article in commented line
The sentence used to read "at the bottom of the the compiled file"
Diffstat (limited to 'guides/code/getting_started/app')
-rw-r--r--guides/code/getting_started/app/assets/javascripts/application.js2
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.