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)