Skip to content

Commit

Permalink
Merge pull request #44 from ohgillwhan/fixed-typos
Browse files Browse the repository at this point in the history
Fixed typos from hx-swap-oop to hx-swap-oob
  • Loading branch information
wimdeblauwe authored Jun 4, 2023
2 parents 03c00a7 + d2131ad commit 84ac9df
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 84ac9df

Please sign in to comment.