From e6926020422a6d06d0a57dc09a978d6984b7e292 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Wed, 22 May 2024 13:09:22 -0600 Subject: [PATCH] fix --- www/content/essays/htmx-sucks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/content/essays/htmx-sucks.md b/www/content/essays/htmx-sucks.md index 37887c4d..e415e639 100644 --- a/www/content/essays/htmx-sucks.md +++ b/www/content/essays/htmx-sucks.md @@ -94,11 +94,11 @@ Look at this jQuery code from 2008: $( "#result" ).load( "ajax/test.html" ); ``` -And look at this super innovative stuff the htmx folks give us: +And now look at the super innovative stuff the htmx folks give us: ```html ```