fix typo in Tag and Theme

This commit is contained in:
Hyunseung Lee 2023-03-25 21:39:26 +09:00
commit d1d13dd66d
No known key found for this signature in database
GPG key ID: 089EA683A97E919F
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@
## Custom icon ## Custom icon
Note: rendering a custom icon cannnot be used with the filterable variant. Note: rendering a custom icon cannot be used with the filterable variant.
<Tag icon={IbmCloud}>IBM Cloud</Tag> <Tag icon={IbmCloud}>IBM Cloud</Tag>

View file

@ -12,7 +12,7 @@ The `Theme` component can dyanmically update the Carbon theme on the client-side
</InlineNotification> </InlineNotification>
The `all.css` StyleSheet uses [CSS variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) for dynamic theming. The `all.css` StyleSheet uses [CSS variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) for dynamic theming.
<CodeSnippet svx-ignore {code} /> <CodeSnippet svx-ignore {code} />
## Default ## Default