From 7213191dc4e6980061b4163040621353353b40f9 Mon Sep 17 00:00:00 2001 From: Jonah Schulte Date: Thu, 16 Jun 2022 16:15:29 -0400 Subject: [PATCH] Fix typo - reportAllChange to reportAllChanges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51252a17..9ea15ce9 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ This can be useful when debugging, but in general using `reportAllChanges` is no import {onCLS} from 'web-vitals'; // Logs CLS as the value changes. -onCLS(console.log, {reportAllChange: true}); +onCLS(console.log, {reportAllChanges: true}); ``` ### Report only the delta of changes