Skip to content

Commit

Permalink
docs: omit repetitions (#27753)
Browse files Browse the repository at this point in the history
  • Loading branch information
aanchal88 authored Sep 4, 2023
1 parent 726fc06 commit a080fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/material/form-field/_form-field-sizing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$mat-form-field-outline-top-spacing: 12px;

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export class RuntimeCodeMigration extends Migration<ComponentMigrator[], Schemat
// be additionally created because the migrations run in isolation.
if (!this._templateMigration) {
const templateUpgradeData = this.upgradeData.filter(component => component.template);
// If no component in the upgrade data has a a template migrator, stop
// If no component in the upgrade data has a template migrator, stop
// trying to migrate any templates from now on
if (templateUpgradeData.length === 0) {
this._hasPossibleTemplateMigrations = false;
Expand Down

0 comments on commit a080fcb

Please sign in to comment.