diff --git a/www/docs.md b/www/docs.md index 8d749c55..aebfcda8 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)