From 7f253f51044160483bcf6a865adf1212cab0a6f3 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Wed, 12 Jun 2019 10:56:32 +0200 Subject: [PATCH] Fixes typo in Introduction doc (#7059) Fixes typo in Introduction doc --- docs/src/pages/basics/introduction/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/basics/introduction/index.md b/docs/src/pages/basics/introduction/index.md index c8575a7aeac1..e2969b0c8996 100644 --- a/docs/src/pages/basics/introduction/index.md +++ b/docs/src/pages/basics/introduction/index.md @@ -18,4 +18,4 @@ Here are some featured Storybooks to see how it works: - [Demo of React Dates](http://airbnb.io/react-dates/) - [source](https://github.com/airbnb/react-dates) - [Demo of React Native Web](http://necolas.github.io/react-native-web/storybook/) - [source](https://github.com/necolas/react-native-web) -Read the Learn Storyboook [tutorial](https://www.learnstorybook.com) for a step by step guide to building an app with Storybook and to see how building components in isolation can supercharge your app development workflow. +Read the Learn Storybook [tutorial](https://www.learnstorybook.com) for a step by step guide to building an app with Storybook and to see how building components in isolation can supercharge your app development workflow.