Skip to content

Commit

Permalink
Fix minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Mar 23, 2023
1 parent 6742041 commit 380e75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/guide/5-responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ are:
* [`NamedFile`] - Streams a file to the client; automatically sets the
Content-Type based on the file's extension.
* [`Redirect`] - Redirects the client to a different URI.
* [`content`] - Contains types that override the Content-Type a response.
* [`content`] - Contains types that override the Content-Type of a response.
* [`status`] - Contains types that override the status code of a response.
* [`Flash`] - Sets a "flash" cookie that is removed when accessed.
* [`Json`] - Automatically serializes values into JSON.
Expand Down

0 comments on commit 380e75c

Please sign in to comment.