From e31632369685d4d8786729dcfaf1cf3b397e218c Mon Sep 17 00:00:00 2001 From: magical-l Date: Sat, 12 Dec 2020 19:54:03 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 拼写错误 fix typo --- src/components/list-group/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/list-group/README.md b/src/components/list-group/README.md index d6536ebc408..e3fc22f9f2b 100644 --- a/src/components/list-group/README.md +++ b/src/components/list-group/README.md @@ -35,7 +35,7 @@ Set the `active` prop on a `` to indicate the current active ## Disabled items Set the `disabled` prop on a `` to make it appear disabled (also works with -actionalable items. see below). +actionable items. see below). ```html