From 692371d54c2eb732eae57d4c7655c7e27374ca00 Mon Sep 17 00:00:00 2001 From: Ben Croker <57572400+bencroker@users.noreply.github.com> Date: Wed, 9 Sep 2020 12:54:08 +0200 Subject: [PATCH] Fixed link in docs --- www/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/docs.md b/www/docs.md index 936ac501..499e58b0 100644 --- a/www/docs.md +++ b/www/docs.md @@ -492,11 +492,11 @@ The order of operations in a htmx request are: * The `htmx-request` class is applied to the appropriate elements * The request is then issued asynchronously via AJAX * Upon getting a response the target element is marked with the `htmx-swapping` class - * An optional swap delay is applied (see the [hx-swap-delay](/attributes/hx-swap-delay) attribute) + * An optional swap delay is applied (see the [hx-swap](/attributes/hx-swap) attribute) * The actual content swap is done * the `htmx-swapping` class is removed from the target * the `htmx-settling` class is applied to the target - * A settle delay is done (default: 100ms) + * A settle delay is done (default: 100ms) * The DOM is settled * the `htmx-settling` class is removed from the target