diff options
author | Ben Croker <57572400+bencroker@users.noreply.github.com> | 2020-06-29 06:57:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 06:57:54 +0200 |
commit | c923a9f0af0a6847745bb1122c66e80cf10de892 (patch) | |
tree | 57f3851e533f03143d3d31fd01728173e425b585 | |
parent | a4a550d9ea8a043bb81c87b67e08483fe6447ae1 (diff) | |
download | htmx-c923a9f0af0a6847745bb1122c66e80cf10de892.tar.gz htmx-c923a9f0af0a6847745bb1122c66e80cf10de892.zip |
Update hx-push-url.md
-rw-r--r-- | www/attributes/hx-push-url.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |