Skip to content

Commit

Permalink
docs: fix typo "calender" -> "calendar"
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat authored Nov 16, 2022
1 parent d2c9ad0 commit e679814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/markdown/api/Router.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Please see [Route Components](RouteComponent) for the props Router passes and ho
<App path="/">
<Dashboard path="/" />
<Event path="event/:eventId" />
<Calender path="calendar">
<Calendar path="calendar">
<Redirect from="/" to="weekly" />
<Monthly path="monthly" />
<Weekly path="weekly" />
<Daily path="daily" />
</Calender>
</Calendar>
</App>
<NotFound default />
</Router>
Expand Down

0 comments on commit e679814

Please sign in to comment.