Skip to content

Commit 11fd6c8

Browse files
authored
fix: typo for prop titles (jquense#2298)
1 parent 09c2bc1 commit 11fd6c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stories/props/API.stories.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ Dates displayed in the gutter of the Agenda `view`
823823

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

826-
## formats.agendaTimeRangeFormat
826+
### formats.agendaTimeRangeFormat
827827

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

0 commit comments

Comments
 (0)