From 67318c7f0b79d4e9e0b30563e7f1868915a6c538 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Fri, 18 Mar 2022 03:09:42 -0400 Subject: posts/2022-03-09-fastest-js-html-escape.md: remove extraneous "the" --- 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 3f77e78..0dc85af 100644 --- a/content/posts/2022-03-09-fastest-js-html-escape.md +++ b/content/posts/2022-03-09-fastest-js-html-escape.md @@ -8,8 +8,8 @@ find out, I: 1. Wrote [10 different JavaScript HTML escape implementations][impls]. 2. Created a web-based benchmarking tool which uses [web workers][] and - the [Performance API][] to test the with a variety of string sizes - and generates a downloadable [CSV][] of results. + the [Performance API][] to test with a variety of string sizes and + generates a downloadable [CSV][] of results. 3. Created a set of scripts to aggregate and plot the results as [SVGs][svg]. -- cgit v1.2.3