From 3a70a22b06913be7fa57598f8bb8ee9d88fca6cc Mon Sep 17 00:00:00 2001 From: obozdag Date: Thu, 18 Apr 2024 16:12:10 +0200 Subject: [PATCH] docs: Fix typo in response.rst Fix typo in response.rst "This are" to "This is" --- user_guide_src/source/outgoing/response.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/outgoing/response.rst b/user_guide_src/source/outgoing/response.rst index 043ce61133e1..8557f6d38f30 100644 --- a/user_guide_src/source/outgoing/response.rst +++ b/user_guide_src/source/outgoing/response.rst @@ -234,7 +234,7 @@ Built into the HTTP specification are tools help the client (often the web brows this can lead to a huge performance boost to your application because it will tell the client that they don't need to contact the server at all since nothing has changed. And you can't get faster than that. -This are handled through the ``Cache-Control`` and ``ETag`` headers. This guide is not the proper place for a thorough +This is handled through the ``Cache-Control`` and ``ETag`` headers. This guide is not the proper place for a thorough introduction to all of the cache headers power, but you can get a good understanding over at `Google Developers `_.