Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 1e09baf

Browse files
authored
Merge pull request #13 from patrickdevivo/patch-1
Fix a typo
2 parents 30f795b + 57564b0 commit 1e09baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm i storybook-addon-smart-knobs --save-dev
1313
```js
1414
import React, { PropTypes } from 'react'
1515
import { storiesOf } from '@storybook/react'
16-
import { withKnobs } from '@storybok/addon-knobs'
16+
import { withKnobs } from '@storybook/addon-knobs'
1717
import { withSmartKnobs } from 'storybook-addon-smart-knobs'
1818

1919
const Button = ({ children, onClick }) => (

0 commit comments

Comments
 (0)