diff --git a/docs/content/components/blankslate.md b/docs/content/components/blankslate.md index 55dfd44b4d..d771aa84df 100644 --- a/docs/content/components/blankslate.md +++ b/docs/content/components/blankslate.md @@ -92,7 +92,7 @@ Add an additional optional class to the `.blankslate` to change its appearance. ``` -**Note**: It's possible to combine variations. Large and spacious (`blankslate blankslate-large blankslate-spacious`) is often used toghether. +**Note**: It's possible to combine variations. Large and spacious (`blankslate blankslate-large blankslate-spacious`) is often used together. ### Add border diff --git a/docs/content/components/buttons.md b/docs/content/components/buttons.md index 93bcc06261..995347190f 100644 --- a/docs/content/components/buttons.md +++ b/docs/content/components/buttons.md @@ -131,7 +131,7 @@ Create a button that looks like a link with `.btn-link`. Rather than using an `< ### Invisible button -When you want a link, but you want it padded and line heighted like a button best for "cancel" actions on forms. +When you want a link, but you want it padded and line heightened like a button best for "cancel" actions on forms. ```html live diff --git a/docs/content/components/layout.md b/docs/content/components/layout.md index e6c50e777c..187ace489d 100644 --- a/docs/content/components/layout.md +++ b/docs/content/components/layout.md @@ -40,7 +40,7 @@ of the sidebar position. ### Dividers -Use `Layout--divided` in conjuction with a `Layout-divider` to show a divider between the main content and the sidebar. +Use `Layout--divided` in conjunction with a `Layout-divider` to show a divider between the main content and the sidebar. Flowing as row: - default: shows a `1px` line between main and sidebar - `Layout-divider--flowRow-shallow`: shows a filled `8px` divider. diff --git a/docs/content/components/navigation.md b/docs/content/components/navigation.md index 5648e471cf..e6c6f103d1 100644 --- a/docs/content/components/navigation.md +++ b/docs/content/components/navigation.md @@ -426,7 +426,7 @@ A vertical list of filters. Grey text on white background. Selecting a filter fr `.subnav` is navigation that is typically used when on a dashboard type interface with another set of navigation above it. This helps distinguish navigation hierarchy. ```html live title="subnav" -