diff --git a/src/simulator/src/data/save.js b/src/simulator/src/data/save.js index ecc38eb4a..160c1cc2a 100644 --- a/src/simulator/src/data/save.js +++ b/src/simulator/src/data/save.js @@ -165,7 +165,7 @@ function download(filename, text) { * Function to generate image for the circuit * @param {string} imgType - ex: png,jpg etc. * @param {string} view - view type ex: full - * @param {boolean} transparent - tranparent bg or not + * @param {boolean} transparent - transparent bg or not * @param {number} resolution - resolution of the image * @param {boolean=} down - will download if true * @category data diff --git a/v1/src/simulator/src/data/save.js b/v1/src/simulator/src/data/save.js index 3ca13ca00..2c36c80bc 100644 --- a/v1/src/simulator/src/data/save.js +++ b/v1/src/simulator/src/data/save.js @@ -166,7 +166,7 @@ function download(filename, text) { * Function to generate image for the circuit * @param {string} imgType - ex: png,jpg etc. * @param {string} view - view type ex: full - * @param {boolean} transparent - tranparent bg or not + * @param {boolean} transparent - transparent bg or not * @param {number} resolution - resolution of the image * @param {boolean=} down - will download if true * @category data