Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/js/mprogress.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -734,4 +734,4 @@

return Mprogress;
});
}).call(this);
}).call(this);
2 changes: 1 addition & 1 deletion src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down