Skip to content

Commit

Permalink
Change wording per Barry's suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Barry Pollard <[email protected]>
  • Loading branch information
domenic and tunetheweb authored Oct 29, 2024
1 parent 2005473 commit 7a2ea85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7a2ea85

Please sign in to comment.