From 1cdbaf90fcf60a35cdb532c243045816a9753c02 Mon Sep 17 00:00:00 2001 From: Laura Weatherhead Date: Mon, 27 Apr 2020 19:05:07 +0100 Subject: [PATCH] Typo for the word "Angular" when referencing setting Storybook up for Riot.js --- docs/src/pages/guides/guide-riot/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/pages/guides/guide-riot/index.md b/docs/src/pages/guides/guide-riot/index.md index e4940d1c0fb..0984a949973 100644 --- a/docs/src/pages/guides/guide-riot/index.md +++ b/docs/src/pages/guides/guide-riot/index.md @@ -6,7 +6,7 @@ title: 'Storybook for Riot' ## Automatic setup You may have tried to use our quick start guide to setup your project for Storybook. -If it failed because it couldn't detect you're using riot, you could try forcing it to use riot: +If it failed because it couldn't detect you're using Riot, you could try forcing it to use riot: ```sh npx -p @storybook/cli sb init --type riot @@ -14,7 +14,7 @@ npx -p @storybook/cli sb init --type riot ## Manual setup -If you want to set up Storybook manually for your Angular project, this is the guide for you. +If you want to set up Storybook manually for your Riot project, this is the guide for you. ## Step 1: Add dependencies