From 33747478023310b29adabfcbe64a579c920eea01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Thu, 27 Aug 2020 16:08:52 +0200 Subject: [PATCH] typo in "response" --- www/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs.md b/www/docs.md index 7273c1c2..88f90647 100644 --- a/www/docs.md +++ b/www/docs.md @@ -303,7 +303,7 @@ with any of the following values: | `beforebegin` | prepends the content before the target in the targets parent element | `beforeend` | appends the content after the last child inside the target | `afterend` | appends the content after the target in the targets parent element -| `none` | does not append content from respons (out of band items will still be processed) +| `none` | does not append content from response (out of band items will still be processed) #### [Out of Band Swaps](#oob_swaps)