From 6624805ad4710634c2e0df5119b595aa0eccaa21 Mon Sep 17 00:00:00 2001 From: lihqi <455711093@qq.com> Date: Fri, 18 Aug 2017 19:19:10 +0800 Subject: [PATCH] Update index.en-US.md (#7259) --- components/dropdown/index.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dropdown/index.en-US.md b/components/dropdown/index.en-US.md index 24e9d79748..6eed9b363e 100644 --- a/components/dropdown/index.en-US.md +++ b/components/dropdown/index.en-US.md @@ -27,7 +27,7 @@ You can get the menu list by `antd.Menu`, and set a callback function `onSelect` > Warning: You must set a unique `key` for `Menu.Item`. -> Remove the highlighted style after click menu item via ``. +> Remove the highlighted style after click menu item via ``. ### Dropdown.Button