From 2979e28ee4578fad7e84de2cf948b483762be4cb Mon Sep 17 00:00:00 2001 From: Joseph Moran III Date: Tue, 21 Dec 2021 14:18:07 -0500 Subject: [PATCH] Typo in custom view Fix typo in custom view example --- examples/demos/customView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demos/customView.js b/examples/demos/customView.js index b9c8fc839..77b8585b9 100644 --- a/examples/demos/customView.js +++ b/examples/demos/customView.js @@ -75,7 +75,7 @@ MyWeek.title = date => { let CustomView = ({ localizer }) => ( - The Calendar below implments a custom 3-day week view + The Calendar below implements a custom 3-day week view