diff --git a/packaging_apps_arguments_format.md b/packaging_apps_arguments_format.md
index 7ee7fa89..817ce6df 100644
--- a/packaging_apps_arguments_format.md
+++ b/packaging_apps_arguments_format.md
@@ -41,7 +41,7 @@ And in json:
     }
     "default", "some stuff", // optional, not available for all types
     "example": "an example value", // optional
-    "optional": true, # optional, will skip if not answered
+    "optional": true, // optional, will skip if not answered
 },
 ```