Skip to content

Commit

Permalink
Update StreamResult.java
Browse files Browse the repository at this point in the history
chore: fix misspell
  • Loading branch information
ervinpm authored Aug 11, 2023
1 parent 0f64675 commit b19ef0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* <li><b>bufferSize</b> - the size of the buffer to copy from input to output
* (default = <code>1024</code>).</li>
* <li><b>allowCaching</b> if set to 'false' it will set the headers 'Pragma' and 'Cache-Control'
* to 'no-cahce', and prevent client from caching the content. (default = <code>true</code>)
* to 'no-cache', and prevent client from caching the content. (default = <code>true</code>)
* <li><b>contentCharSet</b> if set to a string, ';charset=value' will be added to the
* content-type header, where value is the string set. If set to an expression, the result
* of evaluating the expression will be used. If not set, then no charset will be set on
Expand Down

0 comments on commit b19ef0c

Please sign in to comment.