From aed2932b5a687057e0e10942ac3fb93e7b12dfde Mon Sep 17 00:00:00 2001 From: tfyoung Date: Wed, 27 Jan 2016 21:57:18 -0800 Subject: [PATCH] Fix typo Fix trivial typo --- source/getting-started/troubleshooting-configuration.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/troubleshooting-configuration.markdown b/source/getting-started/troubleshooting-configuration.markdown index 3a4ca40fe36..cf971b3c470 100644 --- a/source/getting-started/troubleshooting-configuration.markdown +++ b/source/getting-started/troubleshooting-configuration.markdown @@ -46,7 +46,7 @@ sensor: state_topic: sensor2/topic ``` -Indentation is used to specify which objects are nested under one anohter. Getting the right indentation can be tricky if you're not using an editor with a fixed width font. Tabs are not allowed to be used for indentation. +Indentation is used to specify which objects are nested under one another. Getting the right indentation can be tricky if you're not using an editor with a fixed width font. Tabs are not allowed to be used for indentation. - To learn more about the quirks of YAML, read [YAML IDIOSYNCRASIES](https://docs.saltstack.com/en/latest/topics/troubleshooting/yaml_idiosyncrasies.html) by SaltStack. - You can test your configuration using [this online YAML parser](http://yaml-online-parser.appspot.com/).