Skip to content

Commit a5d5010

Browse files
authored
Merge pull request rails#42562 from bensheldon/api-controller-neutral-docs
Documentation for ActionController::API use neutral language [ci skip]
2 parents e4b1e97 + cc79283 commit a5d5010

File tree

1 file changed

+1
-1
lines changed
  • actionpack/lib/action_controller

1 file changed

+1
-1
lines changed

actionpack/lib/action_controller/api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module ActionController
3737
# == Renders
3838
#
3939
# The default API Controller stack includes all renderers, which means you
40-
# can use <tt>render :json</tt> and brothers freely in your controllers. Keep
40+
# can use <tt>render :json</tt> and siblings freely in your controllers. Keep
4141
# in mind that templates are not going to be rendered, so you need to ensure
4242
# your controller is calling either <tt>render</tt> or <tt>redirect_to</tt> in
4343
# all actions, otherwise it will return 204 No Content.

0 commit comments

Comments
 (0)