From 24cd2a0148b65b4ac26e81ff7046fbee306b0339 Mon Sep 17 00:00:00 2001 From: Amr Ojjeh Date: Tue, 29 Aug 2023 11:27:32 -0500 Subject: [PATCH] Fix typo in multi-swap.md (#1740) is not possible -> it's impossible --- www/content/extensions/multi-swap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/extensions/multi-swap.md b/www/content/extensions/multi-swap.md index 620bacd5..3ca80a26 100644 --- a/www/content/extensions/multi-swap.md +++ b/www/content/extensions/multi-swap.md @@ -4,7 +4,7 @@ title = "multi-swap" This extension allows you to swap multiple elements marked with the `id` attribute from the HTML response. You can also choose for each element which [swap method](@/docs.md#swapping) should be used. -Multi-swap can help in cases where OOB ([Out of Band Swaps](@/docs.md#oob_swaps)) is not enough for you. OOB requires HTML tags marked with `hx-swap-oob` attributes to be at the TOP level of HTML, which significantly limited its use. With OOB is not possible to swap multiple elements arbitrarily placed and nested in the DOM tree. +Multi-swap can help in cases where OOB ([Out of Band Swaps](@/docs.md#oob_swaps)) is not enough for you. OOB requires HTML tags marked with `hx-swap-oob` attributes to be at the TOP level of HTML, which significantly limited its use. With OOB, it's impossible to swap multiple elements arbitrarily placed and nested in the DOM tree. It is a very powerful tool in conjunction with `hx-boost` and `preload` extension.