Typo for the word "Angular" when referencing setting Storybook up for Riot.js

This commit is contained in:
Laura Weatherhead 2020-04-27 19:05:07 +01:00 committed by GitHub
parent 7a08fd0479
commit 1cdbaf90fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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