From 30439905ce144e12c531ef7e4ccb7fa04c60b04d Mon Sep 17 00:00:00 2001 From: Laura Cabrera Date: Fri, 29 Sep 2017 09:38:39 -0700 Subject: [PATCH] docs(button): Fix spelling mistake on Usage criteria section --- src/components/Button/Button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Button/Button.md b/src/components/Button/Button.md index a7fea30b50..1377bf5662 100644 --- a/src/components/Button/Button.md +++ b/src/components/Button/Button.md @@ -5,7 +5,7 @@ is the button's primary action, as a [Link](#link) is more appropriate.** ### Usage criteria -* Use buttons to move though a transaction. +* Use buttons to move through a transaction. * Aim to use only one button per page. * Avoid excessively long button text. * Make sure the button text describes an action.