Skip to content

Commit 2979e28

Browse files
Typo in custom view
Fix typo in custom view example
1 parent abd4594 commit 2979e28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/demos/customView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ MyWeek.title = date => {
7575
let CustomView = ({ localizer }) => (
7676
<React.Fragment>
7777
<ExampleControlSlot.Entry waitForOutlet>
78-
<strong>The Calendar below implments a custom 3-day week view</strong>
78+
<strong>The Calendar below implements a custom 3-day week view</strong>
7979
</ExampleControlSlot.Entry>
8080
<Calendar
8181
events={events}

0 commit comments

Comments
 (0)