From 86a2911476c34dd84b84296ce9035ac638ef5ab0 Mon Sep 17 00:00:00 2001 From: Manabu ISHII Date: Sat, 18 May 2024 02:24:34 +0900 Subject: [PATCH] Add space to syntax highlight correctly (#479) --- src/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/faq.md b/src/faq.md index 70704806..7f57e574 100644 --- a/src/faq.md +++ b/src/faq.md @@ -344,7 +344,7 @@ steps: These can be set by using the default field ```yaml input: - default:true + default: true ``` ## What should I do when concatenating strings in inputs?