From a720aa0decf0b81a6b5b8113b6efe941b13044e3 Mon Sep 17 00:00:00 2001 From: Daniel Banck Date: Thu, 29 Jun 2017 12:33:20 +0200 Subject: [PATCH] Fix minor typo (#2679) "Styleguidist combines of a style guide, ..." --> "Styleguidist combines a style guide, ..." --- packages/react-scripts/template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 1ad816245..577502840 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -1507,7 +1507,7 @@ Learn more about React Storybook: ### Getting Started with Styleguidist -Styleguidist combines of a style guide, where all your components are presented on a single page with their props documentation and usage examples, with an environment for developing components in isolation, similar to Storybook. In Styleguidist you write examples in Markdown, where each code snippet is rendered as a live editable playground. +Styleguidist combines a style guide, where all your components are presented on a single page with their props documentation and usage examples, with an environment for developing components in isolation, similar to Storybook. In Styleguidist you write examples in Markdown, where each code snippet is rendered as a live editable playground. First, install Styleguidist: