Skip to content

Commit f66df5c

Browse files
authored
Apply suggestions from code review
1 parent f328761 commit f66df5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Scheduler.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ export const EventList = () => (
442442

443443
## `<SchedulerDaysNavigationButtons>`
444444

445-
A component that display navigation button to move through days in a `<Scheduler>` that displays data day by day.
445+
A component that displays navigation buttons to move through days in a `<Scheduler>` that displays data day by day.
446446

447447
{% raw %}
448448
```tsx
@@ -472,7 +472,7 @@ export const EventList = () => (
472472

473473
## `<SchedulerWeeksNavigationButtons>`
474474

475-
A component that display navigation button to move through weeks in a `<Scheduler>` that displays data week by week.
475+
A component that displays navigation buttons to move through weeks in a `<Scheduler>` that displays data week by week.
476476

477477
{% raw %}
478478
```tsx
@@ -502,7 +502,7 @@ export const EventList = () => (
502502

503503
## `<SchedulerMonthsNavigationButtons>`
504504

505-
A component that display navigation button to move through months in a `<Scheduler>` that displays data month by month.
505+
A component that displays navigation buttons to move through months in a `<Scheduler>` that displays data month by month.
506506

507507
{% raw %}
508508
```tsx

0 commit comments

Comments
 (0)