From 3009778127c9c5e60dfedea67c7f2aa79593011c Mon Sep 17 00:00:00 2001 From: hankhank10 Date: Thu, 23 Jun 2022 10:02:28 +0100 Subject: [PATCH] Update javascript.rst --- docs/patterns/javascript.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/javascript.rst b/docs/patterns/javascript.rst index 046029f4..700b2c1a 100644 --- a/docs/patterns/javascript.rst +++ b/docs/patterns/javascript.rst @@ -184,7 +184,7 @@ 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 ``
`` +in the previous section. The following example shows how to replace a ``
`` with the HTML returned by a request. .. code-block:: html