From 4faf4ff2151cc417d8b29584393eb146be8a71c5 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 1 Nov 2017 16:46:19 +0000 Subject: [PATCH] Fixed typo (#32450) --- docs/docsite/rst/galaxy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/galaxy.rst b/docs/docsite/rst/galaxy.rst index 728898caea..039672493a 100644 --- a/docs/docsite/rst/galaxy.rst +++ b/docs/docsite/rst/galaxy.rst @@ -169,7 +169,7 @@ Content of the *webserver.yml* file: Dependencies ============ -Roles can also be dependent on other roles, and when you install a role that has dependencies, those dependenices will automatically be installed. +Roles can also be dependent on other roles, and when you install a role that has dependencies, those dependencies will automatically be installed. You specify role dependencies in the ``meta/main.yml`` file by providing a list of roles. If the source of a role is Galaxy, you can simply specify the role in the format ``username.role_name``. The more complex format used in ``requirements.yml`` is also supported, allowing you to provide ``src``, ``scm``, ``version``, and ``name``.