From d2131ad10c7a9888f5a68aaa033bdf6ee49e659e Mon Sep 17 00:00:00 2001 From: sooragenius Date: Tue, 4 Apr 2023 14:54:51 +0900 Subject: [PATCH] Fixed typos from hx-swap-oop to hx-swap-oob --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96e70d11..66d81a6c 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ will render as: ### OOB Swap support htmx supports updating multiple targets by returning multiple partial response with -[`hx-swap-oop`](https://htmx.org/docs/#oob_swaps). Return partials using this library use the `HtmxResponse` as a return +[`hx-swap-oob`](https://htmx.org/docs/#oob_swaps). Return partials using this library use the `HtmxResponse` as a return type: ```java