Skip to content

Commit a080fcb

Browse files
authored
docs: omit repetitions (#27753)
1 parent 726fc06 commit a080fcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/material/form-field/_form-field-sizing.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$mat-form-field-outline-top-spacing: 12px;
44

55
// Infix stretches to fit the container, but naturally wants to be this wide. We set
6-
// this in order to have a a consistent natural size for the various types of controls
6+
// this in order to have a consistent natural size for the various types of controls
77
// that can go in a form field.
88
$mat-form-field-default-infix-width: 180px !default;
99

src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export class RuntimeCodeMigration extends Migration<ComponentMigrator[], Schemat
227227
// be additionally created because the migrations run in isolation.
228228
if (!this._templateMigration) {
229229
const templateUpgradeData = this.upgradeData.filter(component => component.template);
230-
// If no component in the upgrade data has a a template migrator, stop
230+
// If no component in the upgrade data has a template migrator, stop
231231
// trying to migrate any templates from now on
232232
if (templateUpgradeData.length === 0) {
233233
this._hasPossibleTemplateMigrations = false;

0 commit comments

Comments
 (0)