We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4b1e97 + cc79283 commit a5d5010Copy full SHA for a5d5010
actionpack/lib/action_controller/api.rb
@@ -37,7 +37,7 @@ module ActionController
37
# == Renders
38
#
39
# 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
+ # can use <tt>render :json</tt> and siblings freely in your controllers. Keep
41
# in mind that templates are not going to be rendered, so you need to ensure
42
# your controller is calling either <tt>render</tt> or <tt>redirect_to</tt> in
43
# all actions, otherwise it will return 204 No Content.
0 commit comments