lib/action_controller/api.rb in actionpack-6.1.7.10 vs lib/action_controller/api.rb in actionpack-7.0.0.alpha1
- old
+ new
@@ -35,10 +35,10 @@
# <tt>ActionController::Base</tt>.
#
# == Renders
#
# The default API Controller stack includes all renderers, which means you
- # 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
# in mind that templates are not going to be rendered, so you need to ensure
# your controller is calling either <tt>render</tt> or <tt>redirect_to</tt> in
# all actions, otherwise it will return 204 No Content.
#
# def show