Merge pull request #176 from guettli/patch-1

typo in "response"
This commit is contained in:
1cg 2020-08-30 15:48:29 -07:00 committed by GitHub
commit a61252d3dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
#### <a name="oob_swaps"></a>[Out of Band Swaps](#oob_swaps)