aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2022-03-09-fastest-js-html-escape.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2022-03-09-fastest-js-html-escape.md')
-rw-r--r--content/posts/2022-03-09-fastest-js-html-escape.md4
1 files 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].