Fix typos

This commit is contained in:
Thomas Nordquist
2019-06-19 11:56:09 +02:00
parent 7e99c18410
commit 0d585eef8f
7 changed files with 20 additions and 20 deletions

View File

@@ -104,7 +104,7 @@ export const togglePause = (tree?: q.Tree<TopicViewModel>) => (dispatch: Dispatc
setTimeout(() => {
tree && tree.applyUnmergedChanges()
if (paused && changes > 0) {
dispatch(globalActions.showNotification(`Sucessfully applied ${changes} changes.`))
dispatch(globalActions.showNotification(`Successfully applied ${changes} changes.`))
}
}, 50)