From d9dbb13493213686cbe280513c51d67791d84c71 Mon Sep 17 00:00:00 2001 From: Miquel Masriera Date: Wed, 12 Dec 2018 12:45:23 +0100 Subject: [PATCH] Update README.md typo: ~decarator~ decorator --- addons/info/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/info/README.md b/addons/info/README.md index be6b936f9017..d10140f08f82 100644 --- a/addons/info/README.md +++ b/addons/info/README.md @@ -17,7 +17,7 @@ npm i -D @storybook/addon-info ## Basic usage -Then, add `withInfo` as a decarator to your book of stories. +Then, add `withInfo` as a decorator to your book of stories. It is possible to add `info` by default to all or a subsection of stories by using a global or story decorator. It is important to declare this decorator as **the first decorator**, otherwise it won't work well.