Browse Source

chore: typo in comment (#31255)

alway -> always
pull/31243/head
Ikko Ashimine 3 years ago
committed by GitHub
parent
commit
148678b08d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/tree-select/index.tsx

2
components/tree-select/index.tsx

@ -77,7 +77,7 @@ const InternalTreeSelect = <T extends DefaultValueType>(
devWarning(
multiple !== false || !treeCheckable,
'TreeSelect',
'`multiple` will alway be `true` when `treeCheckable` is true',
'`multiple` will always be `true` when `treeCheckable` is true',
);
const prefixCls = getPrefixCls('select', customizePrefixCls);

Loading…
Cancel
Save