We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 640e352 + 3b21c93 commit e22cb78Copy full SHA for e22cb78
src/js/bootstrap-datetimepicker.js
@@ -1524,7 +1524,7 @@
1524
}
1525
1526
if ((typeof newFormat !== 'string') && ((typeof newFormat !== 'boolean') || (newFormat !== false))) {
1527
- throw new TypeError('format() expects a sting or boolean:false parameter ' + newFormat);
+ throw new TypeError('format() expects a string or boolean:false parameter ' + newFormat);
1528
1529
1530
options.format = newFormat;
0 commit comments