Skip to content

Commit 6beab1c

Browse files
authored
docs(material/datepicker): Fixed typo in date-range-picker-selection-strategy-example (#29780)
Current description is not gramatically correct
1 parent 4adc372 commit 6beab1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-examples/material/datepicker/date-range-picker-selection-strategy/date-range-picker-selection-strategy-example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class FiveDayRangeSelectionStrategy<D> implements MatDateRangeSelectionSt
3131
}
3232
}
3333

34-
/** @title Date range picker with custom a selection strategy */
34+
/** @title Date range picker with a custom selection strategy */
3535
@Component({
3636
selector: 'date-range-picker-selection-strategy-example',
3737
templateUrl: 'date-range-picker-selection-strategy-example.html',

0 commit comments

Comments
 (0)