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. *