Docs typo: replace : with .

This commit is contained in:
Dominic Nguyen 2020-08-11 13:38:17 -04:00 committed by GitHub
parent 0f9f62e733
commit 67ea421ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ We recommend adopting the same project structure as the Storybook monorepo. That
This may seem like a little more hierarchy than whats necessary. But because the structure mirrors the way Storybooks own monorepo is structured, you can reuse Storybooks tooling and it also makes it easier to move the framework into the Storybook into the monorepo at a later point if that is desirable.
We recommend using `@storybook/html` as a starter framework since its the simplest one and doesnt contain any framework-specific oddities. There is a boilerplate to get you started [here](https://github.com/CodeByAlex/storybook-framework-boilerplate):
We recommend using `@storybook/html` as a starter framework since its the simplest one and doesnt contain any framework-specific oddities. There is a boilerplate to get you started [here](https://github.com/CodeByAlex/storybook-framework-boilerplate).
## Framework architecture