diff options
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_controller/metal/responder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/responder.rb b/actionpack/lib/action_controller/metal/responder.rb index 734ccfc719..fd5b661209 100644 --- a/actionpack/lib/action_controller/metal/responder.rb +++ b/actionpack/lib/action_controller/metal/responder.rb @@ -101,7 +101,7 @@ module ActionController #:nodoc: # # respond_with(@project, location: root_path) # - # To customize the failure scenario, you can pass a a block to + # To customize the failure scenario, you can pass a block to # <code>respond_with</code>: # # def create |