From 7ba471f26afa4aec9d5aa3c86313a4d38fa9f00d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 28 Sep 2023 13:22:28 -0400 Subject: [PATCH] spelling: serialization Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- packages/bruno-js/src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-js/src/utils.js b/packages/bruno-js/src/utils.js index 37aef4f7..7d6b2db3 100644 --- a/packages/bruno-js/src/utils.js +++ b/packages/bruno-js/src/utils.js @@ -119,7 +119,7 @@ const createResponseParser = (response = {}) => { }; /** - * Objects that are created inside vm2 execution context result in an serilaization error when sent to the renderer process + * Objects that are created inside vm2 execution context result in an serialization error when sent to the renderer process * Error sending from webFrameMain: Error: Failed to serialize arguments * at s.send (node:electron/js2c/browser_init:169:631) * at g.send (node:electron/js2c/browser_init:165:2156)