From c923a9f0af0a6847745bb1122c66e80cf10de892 Mon Sep 17 00:00:00 2001 From: Ben Croker <57572400+bencroker@users.noreply.github.com> Date: Mon, 29 Jun 2020 06:57:54 +0200 Subject: [PATCH] Update hx-push-url.md --- www/attributes/hx-push-url.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/attributes/hx-push-url.md b/www/attributes/hx-push-url.md index afdd6206..0cb95298 100644 --- a/www/attributes/hx-push-url.md +++ b/www/attributes/hx-push-url.md @@ -7,7 +7,7 @@ title: htmx - hx-push-url The `hx-push-url` attribute allows you to "push" a new entry into the browser location bar, which creates a new history entry, allowing back-button and general history navigation. The possible values of this -attribute are `true`, `false` and a custom string. +attribute are `true`, `false` or a custom string. Here is an example: