Skip to content

Commit c66cae8

Browse files
authored
Merge pull request #8802 from obozdag/patch-11
docs: Fix typo in response.rst
2 parents 9830a2d + 3a70a22 commit c66cae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/outgoing/response.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Built into the HTTP specification are tools help the client (often the web brows
234234
this can lead to a huge performance boost to your application because it will tell the client that they don't need
235235
to contact the server at all since nothing has changed. And you can't get faster than that.
236236

237-
This are handled through the ``Cache-Control`` and ``ETag`` headers. This guide is not the proper place for a thorough
237+
This is handled through the ``Cache-Control`` and ``ETag`` headers. This guide is not the proper place for a thorough
238238
introduction to all of the cache headers power, but you can get a good understanding over at
239239
`Google Developers <https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching>`_.
240240

0 commit comments

Comments
 (0)