From 342aeba3090f2e8e665c3391dcbf3e06e2c3a0d8 Mon Sep 17 00:00:00 2001 From: Abdullah Ansari Date: Sat, 14 Jan 2023 17:36:59 +0500 Subject: [PATCH] fix: typo(#1283) Fix typo in Slider Documentation --- components/slider/index.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/slider/index.en-US.md b/components/slider/index.en-US.md index 5c0404c7c..5ba6b77c5 100644 --- a/components/slider/index.en-US.md +++ b/components/slider/index.en-US.md @@ -7,7 +7,7 @@ title: Slider A Slider component for selecting particular value in range, eg: controls the display brightness of the screen. ### Rule -- By default, the minimum value in the left and maximum value in the right of `Silder` . +- By default, the minimum value in the left and maximum value in the right of `Slider` . - Generally `Slider` is positioned horizontally. ## API