From abc98645a0ba2c9190699baadffc2bc895a87a98 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 17 Sep 2020 01:53:02 +0200 Subject: [PATCH] Fix typo, reduce diff --- js/src/common/components/SelectDropdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/common/components/SelectDropdown.js b/js/src/common/components/SelectDropdown.js index 1f324a798..c61fdb5f1 100644 --- a/js/src/common/components/SelectDropdown.js +++ b/js/src/common/components/SelectDropdown.js @@ -20,7 +20,7 @@ function isActive(vnode) { } /** - * The `SelectDropdown` csomponent is the same as a `Dropdown`, except the toggle + * The `SelectDropdown` component is the same as a `Dropdown`, except the toggle * button's label is set as the label of the first child which has a truthy * `active` prop. *