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

Commit 57564b0

Browse files
Fix a typo
For anyone copying and pasting this code block...
1 parent 30f795b commit 57564b0

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)