Skip to content

Commit e0e01bb

Browse files
DuncanFaulknerannieyw
authored andcommitted
docs(material/slider): updated slider documentation to remove duplicate word. In the tick marks section of the slider the word between is repeated. (#21395)
(cherry picked from commit fee967e)
1 parent 514a379 commit e0e01bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/slider/slider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ displayed, you can do so using the `displayWith` input.
5454
### Tick marks
5555
By default, sliders do not show tick marks along the thumb track. This can be enabled using the
5656
`tickInterval` attribute. The value of `tickInterval` should be a number representing the number
57-
of steps between between ticks. For example a `tickInterval` of `3` with a `step` of `4` will draw
57+
of steps between ticks. For example a `tickInterval` of `3` with a `step` of `4` will draw
5858
tick marks at every `3` steps, which is the same as every `12` values.
5959

6060
```html

0 commit comments

Comments
 (0)