Skip to content

Commit 095069b

Browse files
ccjmneandrewseguin
authored andcommitted
Fix extraneous & missing words in datepicker docs (#20244)
(cherry picked from commit 8050e7e)
1 parent 9d5c2c4 commit 095069b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/material/datepicker/datepicker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ by using the `matDatepickerToggleIcon` directive:
2828
### Date range selection
2929

3030
If you want your users to select a range of dates, instead of a single date, you can use the
31-
`mat-date-range-input` and `mat-date-range-picker` components. They work in similarly to the
31+
`mat-date-range-input` and `mat-date-range-picker` components. They work in tandem, similarly to the
3232
`mat-datepicker` and the basic datepicker input.
3333

3434
The `mat-date-range-input` component requires two `input` elements for the start and end dates,
@@ -41,7 +41,7 @@ respectively:
4141
</mat-date-range-input>
4242
```
4343

44-
The `mat-date-range-picker` component acts the the pop-up panel for selecting dates. This works in
44+
The `mat-date-range-picker` component acts as the pop-up panel for selecting dates. This works in
4545
the same way as `mat-datepicker`, but allows the user to select multiple times:
4646

4747
```html

0 commit comments

Comments
 (0)