We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342e6f0 commit cbdddf4Copy full SHA for cbdddf4
src/cdk/stepper/stepper.ts
@@ -148,7 +148,7 @@ export class CdkStep implements OnChanges {
148
/** State of the step. */
149
@Input() state: StepState;
150
151
- /** Whether the user can return to this step once it has been marked as complted. */
+ /** Whether the user can return to this step once it has been marked as completed. */
152
@Input()
153
get editable(): boolean { return this._editable; }
154
set editable(value: boolean) {
0 commit comments