Skip to content

Commit

Permalink
fix: typo for prop titles (jquense#2298)
Browse files Browse the repository at this point in the history
  • Loading branch information
hydRAnger committed Nov 9, 2022
1 parent 09c2bc1 commit 11fd6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stories/props/API.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ Dates displayed in the gutter of the Agenda `view`

Time only (not range) displayed in the gutter of the Agenda `view`

## formats.agendaTimeRangeFormat
### formats.agendaTimeRangeFormat

- type: `function (range: Object {start: Date, end: Date}, culture: ?string, localizer: DateLocalizer) => string`
- <LinkTo kind="props" story="formats-agenda-time-range-format">
Expand All @@ -832,7 +832,7 @@ Time only (not range) displayed in the gutter of the Agenda `view`
Time range displayed in the gutter of the Agenda `view`
# formats.eventTimeRangeFormat
### formats.eventTimeRangeFormat
- type: `function (range: Object {start: Date, end: Date}, culture: ?string, localizer: DateLocalizer) => string`
- <LinkTo kind="props" story="formats-event-time-range-format">
Expand Down

0 comments on commit 11fd6c8

Please sign in to comment.