diff --git a/docsite/latest/rst/gettingstarted.rst b/docsite/latest/rst/gettingstarted.rst index 1d74f6cca99..8197430f928 100644 --- a/docsite/latest/rst/gettingstarted.rst +++ b/docsite/latest/rst/gettingstarted.rst @@ -92,7 +92,7 @@ You will want to install the dependencies needed by Ansible with pip if going fr pip install PyYAML Jinja2 paramiko Once running the env-setup script you'll be running from checkout and the default inventory file -will be /etc/anisble/hosts. You can optionally specify an inventory file (see :doc:`patterns`) +will be /etc/ansible/hosts. You can optionally specify an inventory file (see :doc:`patterns`) other than /etc/ansible/hosts: .. code-block:: bash