Skip to content

Commit

Permalink
copy edits [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev committed May 19, 2012
1 parent 6c7c997 commit d0a3be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/rails_on_rack.textile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ config.middleware.swap ActionDispatch::ShowExceptions, Lifo::ShowExceptions

h5. Middleware Stack is an Enumerable

The middleware stack behaves just like a normal +Enumerable+. You can use any +Enumerable+ methods to manipulate or interrogate the stack. The middleware stack also implements many +Array+ methods, including <tt>[] unshift delete</tt>. Methods described in the section above are just convenience methods.
The middleware stack behaves just like a normal +Enumerable+. You can use any +Enumerable+ methods to manipulate or interrogate the stack. The middleware stack also implements some +Array+ methods including <tt>[]</tt>, +unshift+ and +delete+. Methods described in the section above are just convenience methods.

Append following lines to your application configuration:

Expand Down

0 comments on commit d0a3be3

Please sign in to comment.