From e5b30a67f5178b425f59e68e844d4b241a28f3b0 Mon Sep 17 00:00:00 2001 From: Cam Wiegert Date: Thu, 16 Aug 2018 09:38:18 -0500 Subject: [PATCH] docs(segment-button): fix typo in --color description --- core/src/components/segment-button/segment-button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/segment-button/segment-button.scss b/core/src/components/segment-button/segment-button.scss index 38b4958c00..3892f9d46e 100644 --- a/core/src/components/segment-button/segment-button.scss +++ b/core/src/components/segment-button/segment-button.scss @@ -10,7 +10,7 @@ * @prop --border-radius: Radius of the button border * @prop --border-style: Style of the button border * @prop --border-width: Width of the button border - * @prop --color: Color of the buton text + * @prop --color: Color of the button text * @prop --icon-size: Size of the button icon * @prop --margin-top: Top margin of the button * @prop --margin-end: End margin of the button