diff --git a/docs/introduction/ThreePrinciples.md b/docs/introduction/ThreePrinciples.md index a27c1a5a43..c3a38eff06 100644 --- a/docs/introduction/ThreePrinciples.md +++ b/docs/introduction/ThreePrinciples.md @@ -11,6 +11,7 @@ This makes it easy to create universal apps, as the state from your server can b ```js console.log(store.getState()) +/* Prints { visibilityFilter: 'SHOW_ALL', todos: [ @@ -24,6 +25,7 @@ console.log(store.getState()) } ] } +*/ ``` ### State is read-only