Skip to content

Commit

Permalink
Merge branch 'next' of github.com:storybookjs/storybook into next
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Jan 16, 2020
2 parents 83a5f4d + 9bc1ce4 commit aed216f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/guide-react-native/index.md
Expand Up @@ -63,7 +63,7 @@ Create a file called `rn-addons.js` that you can use to include on device addons

`storybook/rn-addons.js`

```
```js
import '@storybook/addon-ondevice-knobs/register';
import '@storybook/addon-ondevice-notes/register';
...
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/guides/guide-svelte/index.md
Expand Up @@ -64,7 +64,7 @@ For a basic Storybook configuration, the only thing you need to do is tell Story
To do that, create a file at `.storybook/main.js` with the following content:

```js
module.exports {
module.exports = {
stories: ['../src/**/*.stories.[tj]s'],
};
```
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/guides/guide-vue/index.md
Expand Up @@ -54,7 +54,7 @@ For a basic Storybook configuration, the only thing you need to do is tell Story
To do that, create a file at `.storybook/main.js` with the following content:

```js
module.exports {
module.exports = {
stories: ['../src/**/*.stories.[tj]s'],
};
```
Expand Down

1 comment on commit aed216f

@vercel
Copy link

@vercel vercel bot commented on aed216f Jan 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.