From 7bcb67d9bd1ea2b5d6534b8dd9bae4d2cf6d0ab7 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 2 May 2020 22:14:19 +0200 Subject: [PATCH] [mod] fix highlighting --- packaging_apps_arguments_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, ```