1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

Fix typo, reduce diff

This commit is contained in:
Franz Liedke
2020-09-17 01:53:02 +02:00
parent 5d538adc33
commit abc98645a0

View File

@@ -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 * button's label is set as the label of the first child which has a truthy
* `active` prop. * `active` prop.
* *