From 9bad910664f95a1ce2e9c621ff6c9f9b95c00d7b Mon Sep 17 00:00:00 2001 From: Leopoldthecoder Date: Sat, 4 Nov 2017 08:55:11 +0800 Subject: [PATCH] Switch: fix an en doc typo --- examples/docs/en-US/switch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/docs/en-US/switch.md b/examples/docs/en-US/switch.md index bd1c72361..9ad53bf1f 100644 --- a/examples/docs/en-US/switch.md +++ b/examples/docs/en-US/switch.md @@ -114,8 +114,8 @@ Switch is used for switching between two opposing states. ----| ----| ----| ----|---- disabled | whether Switch is disabled | boolean | — | false width | width of Switch | number | — | 58 (with text) / 46 (no text) -on-close-icon | class name of the icon displayed when in `on` state, overrides `on-text` | string | — | — -off-close-icon |class name of the icon displayed when in `off` state, overrides `off-text`| string | — | — +on-icon-class | class name of the icon displayed when in `on` state, overrides `on-text` | string | — | — +off-icon-class |class name of the icon displayed when in `off` state, overrides `off-text`| string | — | — on-text | text displayed when in `on` state | string | — | ON off-text | text displayed when in `off` state | string | — | OFF on-value | switch value when in `on` state | boolean / string / number | — | true