diff --git a/source/_faq/character_t.markdown b/source/_faq/character_t.markdown new file mode 100644 index 00000000000..7deae536748 --- /dev/null +++ b/source/_faq/character_t.markdown @@ -0,0 +1,12 @@ +--- +layout: page +title: "found character '\t' that cannot start any token" +description: "found character '\t' that cannot start any token" +date: 2018-06-02 10:00 +comments: false +sharing: true +footer: true +ha_category: Usage +--- + +This error means that you used a tab, rather than two spaces. Replace the tab with spaces.