We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7824767 commit 6675985Copy full SHA for 6675985
README.md
@@ -253,7 +253,7 @@ RspecApiDocumentation.configure do |config|
253
# Change how the response body is formatted by default
254
# Is proc that will be called with the response_content_type & response_body
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.
+ # "[binary data]" regardless of the media type. Otherwise, a response_content_type of `application/json` is pretty formatted.
257
config.response_body_formatter = Proc.new { |response_content_type, response_body| response_body }
258
259
# Change the embedded style for HTML output. This file will not be processed by
0 commit comments