Merge remote-tracking branch 'origin/2.1.x'

This commit is contained in:
David Lord 2022-07-01 13:32:50 -07:00
commit 96d39c87a8
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
5 changed files with 275 additions and 279 deletions

View file

@ -184,8 +184,8 @@ Replacing Content
A response might be new HTML, either a new section of the page to add or
replace, or an entirely new page. In general, if you're returning the
entire page, it would be better to handle that with a redirect as shown
in the previous section. The following example shows how to a ``<div>``
with the HTML returned by a request.
in the previous section. The following example shows how to replace a
``<div>`` with the HTML returned by a request.
.. code-block:: html