From af2e1d996346d0a0151d99937e2c3a82444abbab Mon Sep 17 00:00:00 2001 From: ellnix Date: Sat, 12 Sep 2026 14:46:07 +0000 Subject: [PATCH] fix typo on working-with-ai essay --- www/content/essays/working-with-ai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/essays/working-with-ai.md b/www/content/essays/working-with-ai.md index bdbba60f9..b57a1ec54 100644 --- a/www/content/essays/working-with-ai.md +++ b/www/content/essays/working-with-ai.md @@ -220,7 +220,7 @@ with where it didn't do so well: coming up with a clean solution. If I had not been familiar with the hyperscript parser and its infrastructure this fix could have easily led to technical debt being accrued in the project: another hacky parsing corner case, another bit of state on the parser, etc. -Technical debt, I assert without evidence[^dream], grows exponentially, and therefpre it is very +Technical debt, I assert without evidence[^dream], grows exponentially, and therefore it is very important to minimize it in your projects. This story shows how having a human in the loop, working with an agent and with a good understanding of the underlying