Skip to content

Commit 82359e0

Browse files
authored
docs(material/stepper): fix typo into stepper documentation (#24618)
Fix a small typo error at Material Stepper documentation. Fixes #24613
1 parent c8d9125 commit 82359e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/stepper/stepper.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ step content is automatically set based on step selection change.
236236

237237
The stepper and each step should be given a meaningful label via `aria-label` or `aria-labelledby`.
238238

239-
Prefer verticl steppers when building for small screen sizes, as horizontal
239+
Prefer vertical steppers when building for small screen sizes, as horizontal
240240
steppers typically take up significantly more horizontal space thus introduce
241241
horizontal scrolling. Applications with multiple scrolling dimensions make
242242
content harder to consume for some users. See the [Responsive Stepper section](#responsive-stepper)

0 commit comments

Comments
 (0)