Skip to content

Commit a78dc07

Browse files
aanchal88crisbeto
authored andcommitted
docs: remove duplicate words (#27712)
(cherry picked from commit 1dc30e8)
1 parent 38003ef commit a78dc07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/material/datepicker/month-view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export class MatMonthView<D> implements AfterContentInit, OnChanges, OnDestroy {
273273
}
274274

275275
/**
276-
* Takes the index of a calendar body cell wrapped in in an event as argument. For the date that
276+
* Takes the index of a calendar body cell wrapped in an event as argument. For the date that
277277
* corresponds to the given cell, set `activeDate` to that date and fire `activeDateChange` with
278278
* that date.
279279
*

src/material/datepicker/multi-year-view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export class MatMultiYearView<D> implements AfterContentInit, OnDestroy {
212212
}
213213

214214
/**
215-
* Takes the index of a calendar body cell wrapped in in an event as argument. For the date that
215+
* Takes the index of a calendar body cell wrapped in an event as argument. For the date that
216216
* corresponds to the given cell, set `activeDate` to that date and fire `activeDateChange` with
217217
* that date.
218218
*

src/material/datepicker/year-view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export class MatYearView<D> implements AfterContentInit, OnDestroy {
192192
}
193193

194194
/**
195-
* Takes the index of a calendar body cell wrapped in in an event as argument. For the date that
195+
* Takes the index of a calendar body cell wrapped in an event as argument. For the date that
196196
* corresponds to the given cell, set `activeDate` to that date and fire `activeDateChange` with
197197
* that date.
198198
*

0 commit comments

Comments
 (0)