Skip to content

Commit

Permalink
fix: Correct typo in custom view example
Browse files Browse the repository at this point in the history
Typo in custom view
  • Loading branch information
cutterbl committed Dec 23, 2021
2 parents 559d585 + 2979e28 commit 267629b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demos/customView.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ MyWeek.title = date => {
let CustomView = ({ localizer }) => (
<React.Fragment>
<ExampleControlSlot.Entry waitForOutlet>
<strong>The Calendar below implments a custom 3-day week view</strong>
<strong>The Calendar below implements a custom 3-day week view</strong>
</ExampleControlSlot.Entry>
<Calendar
events={events}
Expand Down

0 comments on commit 267629b

Please sign in to comment.