Update character_t.markdown (#29412)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Andreas Jacobsen 2023-10-20 08:32:01 +02:00 committed by GitHub
parent bc143273b5
commit 2bbaccf930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,4 +4,4 @@ description: "found character '\t' that cannot start any token"
ha_category: Usage 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.