From 72c358aea7229130bb6320f471c03ff9ee3cbe7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Inayaili=20de=20Le=C3=B3n=20Persson?= Date: Wed, 3 Jan 2018 14:46:20 +0000 Subject: [PATCH] docs(ui-toolkit): updated buttons docs - American spelling of colour - Consistent naming of in-paragraph anchor - Fixed typo in embedded --- packages/ui-toolkit/src/button/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui-toolkit/src/button/Readme.md b/packages/ui-toolkit/src/button/Readme.md index 3c05c895..de060868 100644 --- a/packages/ui-toolkit/src/button/Readme.md +++ b/packages/ui-toolkit/src/button/Readme.md @@ -72,7 +72,7 @@ const { default: Button } = require('./'); #### Quick Action -Quick action buttons are to be imbedded in components to give additional functionality. They can be used in either primary or secondary colour palettes depending on importance +Quick action buttons can be embedded in components to give additional functionality. They can be used in either primary or secondary color palettes, depending on importance. ```jsx const React = require('react'); @@ -124,7 +124,7 @@ const Anchor = require('../text').Anchor; ; ``` -#### In text anchor +#### In-paragraph anchor In-paragraph anchor is a link that sits inside a text components. The default state does not have an underline. The underline appears on hover and click.