Skip to content

Commit 3b315da

Browse files
committed
stop warnging people and start warning them
1 parent 401414a commit 3b315da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ var Utils = {
125125
_.merge(field, callbackDefs[field.type]);
126126
}
127127
else {
128-
console.log("WARNGING: Couldn't find callback definition for " + field.type);
128+
console.log("WARNING: Couldn't find callback definition for " + field.type);
129129
}
130130
},
131131

0 commit comments

Comments
 (0)