diff --git a/components/select/demo/size.md b/components/select/demo/size.md index 2989de090a..b579011035 100644 --- a/components/select/demo/size.md +++ b/components/select/demo/size.md @@ -11,7 +11,7 @@ title: ## en-US -The height of the inpub field for the select defaults to 28px. If size is set to large, the height will be 32px, and if set to small, 22px. +The height of the input field for the select defaults to 28px. If size is set to large, the height will be 32px, and if set to small, 22px. ````jsx import { Select, Radio } from 'antd';