We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd4594 commit 2979e28Copy full SHA for 2979e28
1 file changed
examples/demos/customView.js
@@ -75,7 +75,7 @@ MyWeek.title = date => {
75
let CustomView = ({ localizer }) => (
76
<React.Fragment>
77
<ExampleControlSlot.Entry waitForOutlet>
78
- <strong>The Calendar below implments a custom 3-day week view</strong>
+ <strong>The Calendar below implements a custom 3-day week view</strong>
79
</ExampleControlSlot.Entry>
80
<Calendar
81
events={events}
0 commit comments