Skip to content

Commit

Permalink
Docs: Fix quotes in readme example (#573)
Browse files Browse the repository at this point in the history
* Single quotes should be used

* Run prettier format
  • Loading branch information
z9956 committed Apr 14, 2023
1 parent eb31a17 commit 07de05a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/builder-vite/README.md
Expand Up @@ -177,9 +177,9 @@ Docgen is used in Storybook to populate the props table in docs view, the contro
```javascript
module.exports = {
typescript: {
reactDocgen: 'react-docgen`
}
}
reactDocgen: 'react-docgen',
},
};
```

If you're using TypeScript, we encourage you to experiment and see which option works better for your project.
Expand Down

0 comments on commit 07de05a

Please sign in to comment.