From 253988cee11810f7a40e18260a9fe4254eedd3a7 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 9 May 2024 09:23:37 -0400 Subject: [PATCH] Revert back and add codespell-ignore for an intentional typo in succesful --- web_src/fomantic/build/semantic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/fomantic/build/semantic.js b/web_src/fomantic/build/semantic.js index d12dc976f4..affd6a4bd0 100644 --- a/web_src/fomantic/build/semantic.js +++ b/web_src/fomantic/build/semantic.js @@ -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(); },