From aaa529a27c8ceb69bced0202cdad46d25e6ab7a6 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 9 Mar 2022 23:42:43 -0500 Subject: posts/2022-03-09-fastest-js-html-escape.md: fix typo in intro paragraph --- content/posts/2022-03-09-fastest-js-html-escape.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/2022-03-09-fastest-js-html-escape.md b/content/posts/2022-03-09-fastest-js-html-escape.md index ee28920..038e4da 100644 --- a/content/posts/2022-03-09-fastest-js-html-escape.md +++ b/content/posts/2022-03-09-fastest-js-html-escape.md @@ -3,8 +3,8 @@ slug: fastest-js-html-escape title: "Fastest JavaScript HTML Escape" date: "2022-03-09T21:42:57-04:00" --- -What is the fastest [JavaScript][] [HTML][] escape implementation? To -answer that question I did the following: +What is the fastest [JavaScript][js] [HTML][] escape implementation? To +find out, I did the following: 1. Wrote [10 different JavaScript HTML escape implementations][impls]. 2. Created a web-based benchmarking tool which uses [web workers][] and the -- cgit v1.2.3