Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #21 from Wookai/patch-1
Browse files Browse the repository at this point in the history
Fixed wrong path to Playground definition
  • Loading branch information
matthewjohnston4 committed Aug 24, 2016
2 parents 46b7dc6 + 29a3669 commit 7f230eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/1-2-design.md
Expand Up @@ -334,7 +334,7 @@ But what about a component that looks different under multiple conditions? For e
To avoid having to interact with the app each time, we built in a visual debugging `Playground` component:

```js
/* from js/setup.js */
/* from js/Playground.js */
class Playground extends React.Component {
constructor(props) {
super(props);
Expand Down

0 comments on commit 7f230eb

Please sign in to comment.