File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ RspecApiDocumentation.configure do |config|
253
253
# Change how the response body is formatted by default
254
254
# Is proc that will be called with the response_content_type & response_body
255
255
# by default, a response body that is likely to be binary is replaced with the string
256
- # "[binary data]" and response_content_type of `application/json` are pretty formated .
256
+ # "[binary data]" regardless of the media type. Otherwise, a response_content_type of `application/json` is pretty formatted .
257
257
config.response_body_formatter = Proc .new { |response_content_type , response_body | response_body }
258
258
259
259
# Change the embedded style for HTML output. This file will not be processed by
You can’t perform that action at this time.
0 commit comments