aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/plugins.md
diff options
context:
space:
mode:
authorManish Valechha <manish@lavabits.com>2013-01-27 00:26:43 -0400
committerManish Valechha <manish@lavabits.com>2013-01-27 00:26:43 -0400
commit879c18df83ec019da08d8ba7688b5722af5981bb (patch)
treeb244428ce70c3ca68411a1574478ba815c4b08ae /guides/source/plugins.md
parent862a05edf3af128f25a87999936262b733ed781e (diff)
downloadrails-879c18df83ec019da08d8ba7688b5722af5981bb.tar.gz
rails-879c18df83ec019da08d8ba7688b5722af5981bb.tar.bz2
rails-879c18df83ec019da08d8ba7688b5722af5981bb.zip
Fix typo in rails plugins guide
Diffstat (limited to 'guides/source/plugins.md')
-rw-r--r--guides/source/plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/plugins.md b/guides/source/plugins.md
index f8f04c3c67..695f25f8a9 100644
--- a/guides/source/plugins.md
+++ b/guides/source/plugins.md
@@ -86,7 +86,7 @@ Run `rake` to run the test. This test should fail because we haven't implemented
Great - now you are ready to start development.
-Then in `lib/yaffle.rb` require `lib/core_ext`:
+Then in `lib/yaffle.rb` add `require "yaffle/core_ext"`:
```ruby
# yaffle/lib/yaffle.rb