diff --git a/docsite/latest/rst/gettingstarted.rst b/docsite/latest/rst/gettingstarted.rst
index 492142aedf3..e367b982ab2 100644
--- a/docsite/latest/rst/gettingstarted.rst
+++ b/docsite/latest/rst/gettingstarted.rst
@@ -346,7 +346,7 @@ which results in a interactive experience if using Ansible, from say, cron.
 
 If you wish to disable this behavior and understand the implications, you can do so by editing /etc/ansible/ansible.cfg or ~/.ansible.cfg::
 
-    [default]
+    [defaults]
     host_key_checking = False
 
 Alternatively this can be set by an environment variable: