From e82c0e0a618002db06ebb29236b2b626e17253e4 Mon Sep 17 00:00:00 2001 From: william-davis-dev <84206899+william-davis-dev@users.noreply.github.com> Date: Sat, 26 Apr 2025 20:39:55 -0400 Subject: [PATCH] remove double-space --- src/core/operations/ZPLConvert.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/ZPLConvert.mjs b/src/core/operations/ZPLConvert.mjs index a7e34cfc..8084230a 100644 --- a/src/core/operations/ZPLConvert.mjs +++ b/src/core/operations/ZPLConvert.mjs @@ -22,7 +22,7 @@ class ZPLConvert extends Operation { this.description = [ "Takes a ZPL (Zebra Printer Language) string and renders it into a png.", "

", - "Uses the Labelary API for full support of all ZPL instructions.", + "Uses the Labelary API for full support of all ZPL instructions.", "

", "Use the 'Render Image' operation to see the final label output." ].join("\n");