diff --git a/files/en-us/web/api/document/prerenderingchange_event/index.md b/files/en-us/web/api/document/prerenderingchange_event/index.md index e19b57528fbabba..808bed965366f67 100644 --- a/files/en-us/web/api/document/prerenderingchange_event/index.md +++ b/files/en-us/web/api/document/prerenderingchange_event/index.md @@ -47,7 +47,7 @@ if (document.prerendering) { ### Measuring prerendering activations -Code following the above pattern will not suffice for measuring how often a prerender is activated, because it's possible for the code to run after prerendering activation. Instead, use the following pattern: +The previous code will not suffice for measuring how often a prerender is activated, because it's possible for that code to run after prerendering activation. Instead, use the following pattern: ```js if (document.prerendering) {