From 2bbaccf9307459980b752244d52eee240d41f8d0 Mon Sep 17 00:00:00 2001 From: Andreas Jacobsen Date: Fri, 20 Oct 2023 08:32:01 +0200 Subject: [PATCH] Update character_t.markdown (#29412) Co-authored-by: Franck Nijhof --- source/_faq/character_t.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_faq/character_t.markdown b/source/_faq/character_t.markdown index 4380b0bd2f5f..a75aff269233 100644 --- a/source/_faq/character_t.markdown +++ b/source/_faq/character_t.markdown @@ -4,4 +4,4 @@ description: "found character '\t' that cannot start any token" ha_category: Usage --- -This error means that you used a tab, rather than two spaces. Replace the tab with spaces. +This error means you used tabs rather than two spaces in one of your YAML configuration files. Replace the tabs with spaces.