more natural sounding english for radio component

This sounded a little awkward to me, so I tried to improve it.
This commit is contained in:
Jacques Kvam 2018-10-20 21:44:03 -07:00 committed by 偏右
parent c2ce43457e
commit 4f8200bf53

View File

@ -8,8 +8,8 @@ Radio.
## When To Use
- Used to select a single state in multiple options.
- The difference between Select is that Radio is visible to user and can facilitate the comparison of choice, which makes there shouldn't be too many of them.
- Used to select a single state from multiple options.
- The difference from Select is that Radio is visible to the user and can facilitate the comparison of choice, which means there shouldn't be too many of them.
## API