Skip to content

Commit

Permalink
Fixed typos from hx-swap-oop to hx-swap-oob
Browse files Browse the repository at this point in the history
  • Loading branch information
ohgillwhan authored Apr 4, 2023
1 parent 4985b60 commit d2131ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2131ad

Please sign in to comment.