Skip to content

Commit

Permalink
Merge pull request #6 from Jlipschitz/patch-1
Browse files Browse the repository at this point in the history
Typo Fix
  • Loading branch information
Xerios committed Jan 24, 2017
2 parents 4e5a049 + c7cd4ae commit 8d08656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let defaultState = observable({
})


// Export function that creates our server tate
// Export function that creates our server state
export const createServerState = () => toJS(defaultState)

// Export function that creates our client state
export const createClientState = () => mergeObservables(defaultState, window.__STATE)
export const createClientState = () => mergeObservables(defaultState, window.__STATE)

0 comments on commit 8d08656

Please sign in to comment.