From 66023f21f9f9bb4352adde2673995d2957bbcf2d Mon Sep 17 00:00:00 2001 From: gbourant Date: Mon, 18 Sep 2023 11:08:55 +0300 Subject: [PATCH] Fix typo in HX-Refresh documentation (#1798) --- www/content/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/reference.md b/www/content/reference.md index 0dc4c7faa..5048d2588 100644 --- a/www/content/reference.md +++ b/www/content/reference.md @@ -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