Skip to content

Commit

Permalink
Merge pull request #8802 from obozdag/patch-11
Browse files Browse the repository at this point in the history
docs: Fix typo in response.rst
  • Loading branch information
kenjis authored Apr 18, 2024
2 parents 9830a2d + 3a70a22 commit c66cae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/outgoing/response.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching>`_.

Expand Down

0 comments on commit c66cae8

Please sign in to comment.