diff --git a/packages/web-react/src/components/Item/README.md b/packages/web-react/src/components/Item/README.md index 74994859a7..d997d7933c 100644 --- a/packages/web-react/src/components/Item/README.md +++ b/packages/web-react/src/components/Item/README.md @@ -3,7 +3,7 @@ The Item component is used to display a single item in a list. It can be used in Dropdown or similar. To use Item with checkbox or radio please use components [Checkbox][checkbox] or [Radio][radio] -with `item` modifier. We do this to avoid repeating the same code and to simplify the API. +with `isItem` modifier. We do this to avoid repeating the same code and to simplify the API. Simple Item example: