Skip to content

Commit

Permalink
Fix typo - reportAllChange to reportAllChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
jschulte committed Jun 16, 2022
1 parent 066444d commit 7213191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 7213191

Please sign in to comment.