Fixed typo in engine documentation

This commit is contained in:
Thomas McDonald
2010-10-06 22:11:03 +01:00
parent b1047888fb
commit 3ca6988b78

View File

@@ -17,7 +17,7 @@ module Rails
# In Rails versions before to 3.0, your gems automatically behaved as Engine, however
# this coupled Rails to Rubygems. Since Rails 3.0, if you want a gem to automatically
# behave as Engine, you have to specify an Engine for it somewhere inside your plugin
# lib folder (similar with how we spceify a Railtie):
# lib folder (similar to how we specify a Railtie):
#
# # lib/my_engine.rb
# module MyEngine