From 515b29236b32b8c7b09346abd9ee19fa4ec063eb Mon Sep 17 00:00:00 2001 From: LosBunkos Date: Fri, 20 Jan 2017 11:54:20 +0200 Subject: [PATCH] fix typo --- docs/docs/api/progression-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api/progression-migration.md b/docs/docs/api/progression-migration.md index 3eae3fbbb..2e328be30 100644 --- a/docs/docs/api/progression-migration.md +++ b/docs/docs/api/progression-migration.md @@ -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) {