Skip to content

Commit 3fc4e78

Browse files
authored
docs(material/stepper): remove repeated words from a sentence (#22896)
1 parent 5ba7c06 commit 3fc4e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/stepper/stepper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ will not affect steppers marked as `linear`.
178178

179179
### Lazy rendering
180180
By default, the stepper will render all of it's content when it's initialized. If you have some
181-
content that you want to want to defer until the particular step is opened, you can put it inside
181+
content that you want to defer until the particular step is opened, you can put it inside
182182
an `ng-template` with the `matStepContent` attribute.
183183

184184
<!-- example(stepper-lazy-content) -->

0 commit comments

Comments
 (0)