aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2022-03-09 23:42:43 -0500
committerPaul Duncan <pabs@pablotron.org>2022-03-09 23:42:43 -0500
commitaaa529a27c8ceb69bced0202cdad46d25e6ab7a6 (patch)
tree721a95c35cc5528280d0d29a1df2b2e2b278b6b2
parent28c1f310bc45f98f27b59bb7890989e63d684d8e (diff)
downloadpablotron.org-aaa529a27c8ceb69bced0202cdad46d25e6ab7a6.tar.bz2
pablotron.org-aaa529a27c8ceb69bced0202cdad46d25e6ab7a6.zip
posts/2022-03-09-fastest-js-html-escape.md: fix typo in intro paragraph
-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 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