diff --git a/build/js/mprogress.js b/build/js/mprogress.js index bf175e1..21b8df3 100644 --- a/build/js/mprogress.js +++ b/build/js/mprogress.js @@ -489,7 +489,7 @@ var progress = this._getRenderedId(), MParent = document.querySelector(this.options.parent); - // stop this proccess if the progress was allready removed + // stop this process if the progress was already removed if (!MParent) return; if (MParent != document.body) { @@ -734,4 +734,4 @@ return Mprogress; }); -}).call(this); \ No newline at end of file +}).call(this); diff --git a/src/js/main.js b/src/js/main.js index 30ee52b..b884143 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -328,7 +328,7 @@ import Utils from './utils'; var progress = this._getRenderedId(), MParent = document.querySelector(this.options.parent); - // stop this proccess if the progress was allready removed + // stop this process if the progress was already removed if (!MParent) return; if (MParent != document.body) {