aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/plugins.textile
diff options
context:
space:
mode:
authorEvan Farrar <evanfarrar@gmail.com>2009-05-07 15:24:07 -0500
committerEvan Farrar <evanfarrar@gmail.com>2009-05-07 15:24:07 -0500
commitd3b3eb59b7dbfd9722bcbc378b1ab92d3f4cebb5 (patch)
tree15aff9140244f625148e24afb3b1f06bb3004d7c /railties/guides/source/plugins.textile
parentd2e8cdea2ca78203cae606cf8402faa3858c4a7f (diff)
downloadrails-d3b3eb59b7dbfd9722bcbc378b1ab92d3f4cebb5.tar.gz
rails-d3b3eb59b7dbfd9722bcbc378b1ab92d3f4cebb5.tar.bz2
rails-d3b3eb59b7dbfd9722bcbc378b1ab92d3f4cebb5.zip
Fixes some typos in the guides.
Diffstat (limited to 'railties/guides/source/plugins.textile')
-rw-r--r--railties/guides/source/plugins.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/plugins.textile b/railties/guides/source/plugins.textile
index 55ecdcd3d1..a5d39c3d09 100644
--- a/railties/guides/source/plugins.textile
+++ b/railties/guides/source/plugins.textile
@@ -601,7 +601,7 @@ This is just a simple test to make sure the class is being loaded correctly. Af
end
</ruby>
-Adding directories to the load path makes them appear just like files in the the main app directory - except that they are only loaded once, so you have to restart the web server to see the changes in the browser. Removing directories from the 'load_once_paths' allow those changes to picked up as soon as you save the file - without having to restart the web server. This is particularly useful as you develop the plugin.
+Adding directories to the load path makes them appear just like files in the main app directory - except that they are only loaded once, so you have to restart the web server to see the changes in the browser. Removing directories from the 'load_once_paths' allow those changes to picked up as soon as you save the file - without having to restart the web server. This is particularly useful as you develop the plugin.
* *vendor/plugins/yaffle/lib/app/models/woodpecker.rb:*