File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ by using the `matDatepickerToggleIcon` directive:
28
28
### Date range selection
29
29
30
30
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
32
32
` mat-datepicker ` and the basic datepicker input.
33
33
34
34
The ` mat-date-range-input ` component requires two ` input ` elements for the start and end dates,
@@ -41,7 +41,7 @@ respectively:
41
41
</mat-date-range-input >
42
42
```
43
43
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
45
45
the same way as ` mat-datepicker ` , but allows the user to select multiple times:
46
46
47
47
``` html
You can’t perform that action at this time.
0 commit comments