Skip to content

Commit cbdddf4

Browse files
eranshmilandrewseguin
authored andcommitted
docs(stepper): fix typo (#14855)
1 parent 342e6f0 commit cbdddf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/stepper/stepper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class CdkStep implements OnChanges {
148148
/** State of the step. */
149149
@Input() state: StepState;
150150

151-
/** Whether the user can return to this step once it has been marked as complted. */
151+
/** Whether the user can return to this step once it has been marked as completed. */
152152
@Input()
153153
get editable(): boolean { return this._editable; }
154154
set editable(value: boolean) {

0 commit comments

Comments
 (0)