Skip to content

Commit

Permalink
Merge pull request #1941 from artsy/pepopowitz-patch-1
Browse files Browse the repository at this point in the history
Minor typo in docs: `stores` -> `stories`
  • Loading branch information
Ash Furrow committed Oct 30, 2019
2 parents fb3dc68 + affcc21 commit c7f16e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adding_new_components.md
Expand Up @@ -25,7 +25,7 @@ export class MyNewComponent extends React.Component {

## Add the Component to Storybooks

You'll want to add your component to our storybooks so it can be rapidly iterated upon. In the directory that your new component lives in, create another directory called `__stores__` and add a file named something like `MyNewComponent.story.tsx`. Then add something _like_ the following:
You'll want to add your component to our storybooks so it can be rapidly iterated upon. In the directory that your new component lives in, create another directory called `__stories__` and add a file named something like `MyNewComponent.story.tsx`. Then add something _like_ the following:

```tsx
import { storiesOf } from "@storybook/react-native"
Expand Down

0 comments on commit c7f16e3

Please sign in to comment.