Update hx-push-url.md

This commit is contained in:
Ben Croker 2020-06-29 06:57:54 +02:00 committed by GitHub
parent a4a550d9ea
commit c923a9f0af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: