From 5fe2e76b5f7407d68d39aeea6d03518bc646574b Mon Sep 17 00:00:00 2001 From: mujuonly Date: Tue, 24 Feb 2026 12:21:09 +0530 Subject: [PATCH] Update moxie.js Typo --- src/js/_enqueues/vendor/plupload/moxie.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/_enqueues/vendor/plupload/moxie.js b/src/js/_enqueues/vendor/plupload/moxie.js index dbf635f41cf17..94ab9d0c80ba5 100644 --- a/src/js/_enqueues/vendor/plupload/moxie.js +++ b/src/js/_enqueues/vendor/plupload/moxie.js @@ -224,7 +224,7 @@ define('moxie/core/utils/Basic', [], function() { }; /** - Recieve an array of functions (usually async) to call in sequence, each function + Receive an array of functions (usually async) to call in sequence, each function receives a callback as first argument that it should call, when it completes. Finally, after everything is complete, main callback is called. Passing truthy value to the callback as a first argument will interrupt the sequence and invoke main callback @@ -259,7 +259,7 @@ define('moxie/core/utils/Basic', [], function() { /** - Recieve an array of functions (usually async) to call in parallel, each function + Receive an array of functions (usually async) to call in parallel, each function receives a callback as first argument that it should call, when it completes. After everything is complete, main callback is called. Passing truthy value to the callback as a first argument will interrupt the process and invoke main callback