Revert back and add codespell-ignore for an intentional typo in succesful

This commit is contained in:
Yaroslav Halchenko 2024-05-09 09:23:37 -04:00
parent 30c02be4bc
commit 253988cee1

View file

@ -344,7 +344,7 @@ $.api = $.fn.api = function(parameters) {
cancelled: function() {
return (module.cancelled || false);
},
successful: function() {
succesful: function() { // codespell-ignore
module.verbose('This behavior will be deleted due to typo. Use "was successful" instead.');
return module.was.successful();
},