From 679d3a46fa611cd04745313d4ab8c9f542e13adc Mon Sep 17 00:00:00 2001 From: James Mighion Date: Fri, 20 Sep 2019 13:10:52 -0700 Subject: [PATCH] doc: fix typo (#62668) --- docs/docsite/rst/dev_guide/developing_collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/developing_collections.rst b/docs/docsite/rst/dev_guide/developing_collections.rst index 331c448bfb5..38582d943f0 100644 --- a/docs/docsite/rst/dev_guide/developing_collections.rst +++ b/docs/docsite/rst/dev_guide/developing_collections.rst @@ -142,7 +142,7 @@ The directory name of the role is used as the role name. Therefore, the director above role name rules. The collection import into Galaxy will fail if a role name does not comply with these rules. -You can migrate 'traditional roles' into a collection but they must follow the rules above. You man need to rename roles if they don't conform. You will have to move or link any role-based plugins to the collection specific directories. +You can migrate 'traditional roles' into a collection but they must follow the rules above. You may need to rename roles if they don't conform. You will have to move or link any role-based plugins to the collection specific directories. .. note::