From 32edfba6f293b36eaff86da09da49e5a9b63884f Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Fri, 31 Mar 2023 13:55:47 -0600 Subject: [PATCH] fix --- www/examples/animations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/examples/animations.md b/www/examples/animations.md index 82e1f4d4..8e482e25 100644 --- a/www/examples/animations.md +++ b/www/examples/animations.md @@ -337,7 +337,7 @@ implement this feature in the near future. var originalContent = htmx.find(".slide-it").innerHTML; this.server.respondWith("GET", "/new-content", function(xhr){ - xhr.respond(200, {}, "

Initial Content

") + xhr.respond(200, {}, "

New Content

") }); this.server.respondWith("GET", "/original-content", function(xhr){