Skip to content

Commit

Permalink
Tiny documentation fixes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
robin850 committed Jun 29, 2014
1 parent d93ae4f commit 9ca0f8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion actionview/lib/action_view/helpers/form_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def apply_form_for_options!(record, object, options) #:nodoc:
# Admin? : <%= permission_fields.check_box :admin %>
# <% end %>
#
# <%= f.submit %>
# <%= person_form.submit %>
# <% end %>
#
# In this case, the checkbox field will be represented by an HTML +input+
Expand Down
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/callbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module Callbacks
# order.
#
# If the callback chain was halted, returns +false+. Otherwise returns the
# result of the block, nil if no callbacks have been set, or +true+
# result of the block, +nil+ if no callbacks have been set, or +true+
# if callbacks have been set but no block is given.
#
# run_callbacks :save do
Expand Down
6 changes: 3 additions & 3 deletions guides/source/initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ configure the load path for your Gemfile's dependencies.

A standard Rails application depends on several gems, specifically:

* abstract
* actionmailer
* actionpack
* actionview
* activemodel
* activerecord
* activesupport
Expand All @@ -119,7 +119,7 @@ A standard Rails application depends on several gems, specifically:
* rails
* railties
* rake
* sqlite3-ruby
* sqlite3
* thor
* treetop
* tzinfo
Expand Down Expand Up @@ -703,4 +703,4 @@ the last piece of our journey in the Rails initialization process.
This high level overview will help you understand when your code is
executed and how, and overall become a better Rails developer. If you
still want to know more, the Rails source code itself is probably the
best place to go next.
best place to go next.

0 comments on commit 9ca0f8d

Please sign in to comment.