Skip to content

Commit

Permalink
fix typo (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
LosBunkos authored and benjamingr committed Jan 23, 2017
1 parent a9af75f commit f1409ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api/progression-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function returnsPromiseWithProgress(progressHandler) {
}

returnsPromiseWithProgress(function(progress) {
ui.progressbar.setWidth((progress * 200) + "px"); // update with on client side
ui.progressbar.setWidth((progress * 200) + "px"); // update width on client side
}).then(function(value) { // action complete
// entire chain is complete.
}).catch(function(e) {
Expand Down

0 comments on commit f1409ba

Please sign in to comment.