Skip to content

Commit 458ae04

Browse files
authored
Update hx-swap-oob.md typo: excapsulate -> encapsulate, Fixed #3406 (#3407)
1 parent e4f8fe9 commit 458ae04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/content/attributes/hx-swap-oob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If a selector is given, all elements matched by that selector will be swapped.
3737

3838
### Using alternate swap strategies
3939

40-
As mentioned previously when using swap strategies other than `true` or `outerHTML` the encapsulating tags are stripped, as such you need to excapsulate the returned data with the correct tags for the context.
40+
As mentioned previously when using swap strategies other than `true` or `outerHTML` the encapsulating tags are stripped, as such you need to encapsulate the returned data with the correct tags for the context.
4141

4242
When trying to insert a `<tr>` in a table that uses `<tbody>`:
4343
```html

0 commit comments

Comments
 (0)