From 3a6e475673e8a1e1d0e59e67ea596d35bd8808e0 Mon Sep 17 00:00:00 2001 From: carson Date: Wed, 23 Jun 2021 07:44:41 -0600 Subject: [PATCH] typo --- www/essays/locality-of-behaviour.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/essays/locality-of-behaviour.md b/www/essays/locality-of-behaviour.md index 2df54002..813654ef 100644 --- a/www/essays/locality-of-behaviour.md +++ b/www/essays/locality-of-behaviour.md @@ -44,7 +44,7 @@ In the latter, the behaviour of the `button` element is spread out amongst multi exactly what the button does without a total knowledge of the code base. This "spooky action at a distance" is a source of maintenance issues and stands in the way of developers understanding of the code base. -The first example demonstrates good Locality of Behavior, while the second has poor Locality of Behavior. +The htmx example demonstrates good Locality of Behavior, while the jQuery example has poor Locality of Behavior. #### Surfacing Behaviour vs. Inlining Implementation