Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #72 from Coalpha/patch-1
Browse files Browse the repository at this point in the history
Fixed grammar
  • Loading branch information
raphamorim committed Feb 23, 2018
2 parents e9aaa58 + bc44a57 commit bb47a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/draw.js
Expand Up @@ -13,7 +13,7 @@ Origami.draw = function(options) {

for (var i = 0; i < queueList.length; i++) {
if (queueList[i].loaded === false || queueList[i].failed) {
Origami.warning('couldn\'t able to load:', queueList[i].params)
Origami.warning('wasn\'t able to load:', queueList[i].params)
}
abs[queueList[i].assign](queueList[i].params);
}
Expand Down

0 comments on commit bb47a42

Please sign in to comment.