Skip to content

Commit 17e2342

Browse files
authored
Fix typo in Range Slider documentation (#1358)
1 parent fbb4ed3 commit 17e2342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/content/docs/components/forms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Use the `<ToggleSwitch>` component to ask users to enable or disable an option s
125125

126126
## Range slider
127127

128-
The `<RangeSlider>` component ca be used to allow users to select a number based on a minimum and maximum value.
128+
The `<RangeSlider>` component can be used to allow users to select a number based on a minimum and maximum value.
129129

130130
<Example name="forms.rangeSlider" />
131131

0 commit comments

Comments
 (0)