From 148678b08dad84f4d7cbdc126a6446c93083d60f Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sat, 3 Jul 2021 17:05:30 +0900 Subject: [PATCH] chore: typo in comment (#31255) alway -> always --- components/tree-select/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tree-select/index.tsx b/components/tree-select/index.tsx index de31c68179..870b41c0ce 100644 --- a/components/tree-select/index.tsx +++ b/components/tree-select/index.tsx @@ -77,7 +77,7 @@ const InternalTreeSelect = ( 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);