Skip to content

Commit

Permalink
Merge pull request #235 from jschulte/patch-1
Browse files Browse the repository at this point in the history
Fix README typo - reportAllChange to reportAllChanges
  • Loading branch information
philipwalton committed Jun 17, 2022
2 parents 066444d + 7213191 commit 1caa058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 1caa058

Please sign in to comment.