Skip to content

Commit

Permalink
Fix typo in HX-Refresh documentation (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbourant authored Sep 18, 2023
1 parent 7296c0d commit 66023f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/content/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The table below lists all other attributes available in htmx.
| [`HX-Location`](@/headers/hx-location.md) | Allows you to do a client-side redirect that does not do a full page reload
| [`HX-Push-Url`](@/headers/hx-push-url.md) | pushes a new url into the history stack
| `HX-Redirect` | can be used to do a client-side redirect to a new location
| `HX-Refresh` | if set to "true" the client side will do a a full refresh of the page
| `HX-Refresh` | if set to "true" the client side will do a full refresh of the page
| [`HX-Replace-Url`](@/headers/hx-replace-url.md) | replaces the current URL in the location bar
| `HX-Reswap` | Allows you to specify how the response will be swapped. See [hx-swap](@/attributes/hx-swap.md) for possible values
| `HX-Retarget` | A CSS selector that updates the target of the content update to a different element on the page
Expand Down

0 comments on commit 66023f2

Please sign in to comment.