Skip to content

Commit

Permalink
Show print instead of return on ThreePrinciples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cplantijn committed Dec 5, 2015
1 parent e0b5886 commit 3c95086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/ThreePrinciples.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This makes it easy to create universal apps, as the state from your server can b
```js
console.log(store.getState())

/* returns
/* Prints
{
visibilityFilter: 'SHOW_ALL',
todos: [
Expand Down

0 comments on commit 3c95086

Please sign in to comment.