diff --git a/editor/extensions/ext-webappfind.js b/editor/extensions/ext-webappfind.js index 3b3405e5..87d147ef 100644 --- a/editor/extensions/ext-webappfind.js +++ b/editor/extensions/ext-webappfind.js @@ -3,7 +3,7 @@ Depends on Firefox add-on and executables from https://github.com/brettz9/webappfind Todos: -1. See WebAppFind Readme for other SVG-related todos +1. See WebAppFind Readme for SVG-related todos */ (function () {'use strict'; diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index be64df11..985f9cb8 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -4341,7 +4341,7 @@ this.getSvgString = function() { // generating IDs for future documents in SVG-Edit. // // Parameters: -// an opional boolean, which, if true, adds a nonce to the prefix. Thus +// an optional boolean, which, if true, adds a nonce to the prefix. Thus // svgCanvas.randomizeIds() <==> svgCanvas.randomizeIds(true) // // if you're controlling SVG-Edit externally, and want randomized IDs, call