Skip to content

Commit f7889eb

Browse files
davidstosikbf4
andauthored
Update README.md
Co-Authored-By: Benjamin Fleischer <[email protected]>
1 parent ab7b390 commit f7889eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ RspecApiDocumentation.configure do |config|
251251
# Change how the response body is formatted by default
252252
# Is proc that will be called with the response_content_type & response_body
253253
# by default, a response body that is likely to be binary is replaced with the string
254-
# "[binary data]" and response_content_type of `application/json` are pretty formated.
254+
# "[binary data]" regardless of the media type. Otherwise, a response_content_type of `application/json` is pretty formatted.
255255
config.response_body_formatter = Proc.new { |response_content_type, response_body| response_body }
256256

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

0 commit comments

Comments
 (0)