From 0ee90dc90f0558411b230dd415de0be7a8b68ed6 Mon Sep 17 00:00:00 2001 From: Manabu ISHII Date: Sat, 18 May 2024 01:53:20 +0900 Subject: [PATCH] Add space to syntax highlight correctly --- 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?