Update commas in examples

This commit is contained in:
Keraito 2018-04-30 20:02:01 +02:00
parent dc1d195ae4
commit 9cffb48ae6

View File

@ -61,7 +61,7 @@ import someMarkdownText from './someMarkdownText.md';
storiesOf('Component', module).add(
'With Markdown',
() => <Component />
() => <Component />,
{ notes: { markdown: someMarkdownText } }
);
```
@ -74,7 +74,7 @@ import Component from './Component';
storiesOf('Component', module).add(
'With Markdown',
() => <Component />
() => <Component />,
{ notes: { markdown: `
# Hello World