Skip to content

Commit f46f16c

Browse files
docs: fix spelling error in component.md (#348)
* docs: fix spelling error in component.md * docs: fix grammatical error in component.md
1 parent aa085c5 commit f46f16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/2.usage/1.component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Works nicely with the [NuxtIcon](https://github.com/nuxt-modules/icon) module, i
174174

175175
## Styling
176176

177-
The `<SocialShare>` component comes unstyled by default, only providing some minimal flex properties to correctly align icon and label, to allow for easy integration in any kind of UI. This behavoir can be easily overridden by using the `:styled="true"` prop.
177+
The `<SocialShare>` component comes unstyled by default, only providing some minimal flex properties to correctly align icon and label, to allow for easy integration in any kind of UI. This behavior can be easily overridden by using the `:styled="true"` prop.
178178

179179
Both the styled and unstyled versions can be further customized, mainly by working directly with its CSS. In addition to the CSS classes shown above, each button also has a *local* `--color-brand` CSS variable, that can be used to customize each instance.
180180

0 commit comments

Comments
 (0)