diff --git a/packages/web/src/scss/components/Item/README.md b/packages/web/src/scss/components/Item/README.md index 5ee4e6603a..a10bfda422 100644 --- a/packages/web/src/scss/components/Item/README.md +++ b/packages/web/src/scss/components/Item/README.md @@ -1,15 +1,15 @@ # Item The Item component is used to display a single item in a list. Currently we support -two types of item content: RadioField and Checkbox. In order to unify and simplify +two types of item content: Radio and Checkbox. In order to unify and simplify API of these components and also to avoid repeating ourselves, we use Item as their modifier. -So, to create an Item of RadioField content, you need to add `RadioField--item` modifier class. +So, to create an Item of Radio content, you need to add `Radio--item` modifier class. ```html - -