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");