Skip to content

Commit

Permalink
fix(typo): fix typo in ConnectionStatusStore
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Benitte committed Apr 12, 2016
1 parent f54c11b commit 5c3f0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/stores/ConnectionStatusStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const ConnectionStatusStore = Reflux.createStore({
listenables: ConnectionStatusActions,

getState() {
return { status, retry, countrdown };
return { status, retry, countdown };
},

setStatus(newStatus) {
Expand Down

0 comments on commit 5c3f0be

Please sign in to comment.