From 1d4378edb77b0fdeb0bd5c8e385c6f216075b207 Mon Sep 17 00:00:00 2001 From: Thomas Allmer Date: Thu, 25 Jul 2019 15:07:01 +0200 Subject: [PATCH] fix(button): typo in package description --- packages/button/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/button/package.json b/packages/button/package.json index 54cdd0de6..e258b9b9e 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,7 +1,7 @@ { "name": "@lion/button", "version": "0.1.48", - "description": "A button that is easily stylable and accessible in all contexts", + "description": "A button that is easily styleable and accessible in all contexts", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", "license": "MIT",