Skip to content

Commit

Permalink
Fix incorrect property name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
schorfES committed Oct 13, 2022
1 parent 61a10ea commit 1908b5d
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 @@ -429,7 +429,7 @@ export class CustomFeature {
// * 'feature' (the carousel.update() function was called from an other feature)
console.log(event.type);

// React on the update: take care of the event.reason value, maybe a partial
// React on the update: take care of the event.type, maybe a partial
// update is already enough...
this.doSomething();
}
Expand Down

0 comments on commit 1908b5d

Please sign in to comment.