Skip to content

Commit 0c17918

Browse files
authored
Merge pull request #30 from parijke/patch-1
Update README.md
2 parents 1bee870 + abc1d9d commit 0c17918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Route::patch('/contacts/{id}/unarchive', function ($id) {
209209

210210
#### OOB Swap support
211211

212-
htmx supports updating multiple targets by returning multiple partial responses with [`hx-swap-oop`](https://htmx.org/docs/#oob_swaps). With this library you can return multiple fragments by using the `HtmxResponse` as a return type.
212+
htmx supports updating multiple targets by returning multiple partial responses with [`hx-swap-oob`](https://htmx.org/docs/#oob_swaps). With this library you can return multiple fragments by using the `HtmxResponse` as a return type.
213213

214214
For instance, let's say that we want to mark a todo as completed using a PATCH request to `/todos/{id}`. With the same request, we also want to update in the footer how many todos are left:
215215

0 commit comments

Comments
 (0)