From 380e75c4e434c43d24fc0d2063fb7e0f65c63b4c Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Thu, 23 Mar 2023 14:44:16 -0700 Subject: [PATCH] Fix minor typo. --- site/guide/5-responses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/guide/5-responses.md b/site/guide/5-responses.md index 23b69e91..6904ae70 100644 --- a/site/guide/5-responses.md +++ b/site/guide/5-responses.md @@ -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.