From 3eeda428d2b4368a94200caba025c829837a5898 Mon Sep 17 00:00:00 2001 From: Harry Roberts Date: Fri, 7 Jul 2023 09:53:43 +0100 Subject: [PATCH] Fix incorrect wording --- _posts/2023-07-01-in-defence-of-domcontentloaded.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_posts/2023-07-01-in-defence-of-domcontentloaded.md b/_posts/2023-07-01-in-defence-of-domcontentloaded.md index 079e722d..7d1d4c6f 100644 --- a/_posts/2023-07-01-in-defence-of-domcontentloaded.md +++ b/_posts/2023-07-01-in-defence-of-domcontentloaded.md @@ -124,10 +124,10 @@ data for it from two pretty decent sources… [CrUX Dashboard](https://developer.chrome.com/docs/crux/dashboard/) is one of very few [CrUX resources](https://developer.chrome.com/docs/crux/) that surfaces -the `DOMContentLoaded` event to us. Above, we can see that currently, at the -75th percentile, only 11% of Chrome visitors experience a Good -`DOMContentLoaded`—almost 90% of people are waiting over 1.5s before the app’s -key functionality is available, with almost half waiting over 3.5s! +the `DOMContentLoaded` event to us. Above, we can see that, currently, only 11% +of Chrome visitors experience a _Good_ `DOMContentLoaded`—almost 90% of people +are waiting over 1.5s before the app’s key functionality is available, with +almost half waiting over 3.5s!