Fix minor typo.

This commit is contained in:
Sergio Benitez 2023-03-23 14:44:16 -07:00
parent 6742041468
commit 380e75c4e4
1 changed files with 1 additions and 1 deletions

View File

@ -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.