From 38a6e74ca34333d6de74bbf2381431c7f168a542 Mon Sep 17 00:00:00 2001 From: Harry Roberts Date: Mon, 2 Oct 2023 14:48:54 +0300 Subject: [PATCH] Fix broken figcaption code --- _posts/2023-01-10-why-not-document-write.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-01-10-why-not-document-write.md b/_posts/2023-01-10-why-not-document-write.md index af8c66c5..d4a66b55 100644 --- a/_posts/2023-01-10-why-not-document-write.md +++ b/_posts/2023-01-10-why-not-document-write.md @@ -18,7 +18,7 @@ the audit [Avoid
For users on slow connections, external scripts dynamically -injected via `document.write()` can delay page load by tens of +injected via document.write() can delay page load by tens of seconds.