Skip to content

Commit 6675985

Browse files
davidstosikbf4
andcommitted
Update README.md
Co-Authored-By: Benjamin Fleischer <[email protected]>
1 parent 7824767 commit 6675985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ RspecApiDocumentation.configure do |config|
253253
# Change how the response body is formatted by default
254254
# Is proc that will be called with the response_content_type & response_body
255255
# 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.
257257
config.response_body_formatter = Proc.new { |response_content_type, response_body| response_body }
258258

259259
# Change the embedded style for HTML output. This file will not be processed by

0 commit comments

Comments
 (0)