From d86b95c7a1c49548af5c166c30b0ccd7141fba3a Mon Sep 17 00:00:00 2001 From: carson Date: Mon, 16 Nov 2020 21:52:18 -0700 Subject: [PATCH] fix grammar --- www/posts/2020-11-16-htmx-0.4.0-is-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/posts/2020-11-16-htmx-0.4.0-is-released.md b/www/posts/2020-11-16-htmx-0.4.0-is-released.md index 33069e04..072505d9 100644 --- a/www/posts/2020-11-16-htmx-0.4.0-is-released.md +++ b/www/posts/2020-11-16-htmx-0.4.0-is-released.md @@ -22,6 +22,6 @@ I'm pleased to announce the [0.4 release](https://unpkg.com/browse/htmx.org@0.4. #### Bug Fixes * Eliminated perf issues around `hx-boost` in large pages that are not using that attribute -* Fixed bug when preventing evaluation when script tag was leading content in a response +* Fixed bug which prevented evaluation when a script tag was the leading content in a response Enjoy!