Skip to content

Commit 87a2d99

Browse files
crisbetommalerba
authored andcommitted
build: fix syntax error in docs (#19699)
Fixes an error that's breaking master, because one of the doc regions was misspelled.
1 parent ef3cfcd commit 87a2d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-examples/material/stepper/stepper-editable/stepper-editable-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<mat-step [stepControl]="firstFormGroup" [editable]="isEditable">
88
<!-- #enddocregion editable -->
99
<form [formGroup]="firstFormGroup">
10-
<!-- #edocregion ng-template -->
10+
<!-- #docregion ng-template -->
1111
<ng-template matStepLabel>Fill out your name</ng-template>
1212
<!-- #enddocregion ng-template -->
1313
<mat-form-field>

0 commit comments

Comments
 (0)