summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Heinrich <59469646+JensHeinrich@users.noreply.github.com>2021-01-08 19:57:26 +0100
committerGitHub <noreply@github.com>2021-01-08 12:57:26 -0600
commit8a202cae3efed3971628c4dd1f5e9d631c3c9a88 (patch)
tree304f85fe5bc30a021c5efb749053bcadc0a1fc82
parentae74d871a7fb41f74b63fd206bda5f402e17330a (diff)
downloadansible-8a202cae3efed3971628c4dd1f5e9d631c3c9a88.tar.gz
Update developing_collections.rst (#73142)
Fix typo - FQCN not FCQN.
-rw-r--r--docs/docsite/rst/dev_guide/developing_collections.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/dev_guide/developing_collections.rst b/docs/docsite/rst/dev_guide/developing_collections.rst
index 6bb0306cb0..d7b2718443 100644
--- a/docs/docsite/rst/dev_guide/developing_collections.rst
+++ b/docs/docsite/rst/dev_guide/developing_collections.rst
@@ -127,7 +127,7 @@ Note that importing something from an ``__init__.py`` file requires using the fi
from ansible_collections.namespace.collection_name.plugins.callback.__init__ import CustomBaseClass
-In the PowerShell example the ``module_util`` in question is called ``hyperv`` such that the FCQN is
+In the PowerShell example the ``module_util`` in question is called ``hyperv`` such that the FQCN is
``community.test_collection.plugins.module_utils.hyperv``:
.. code-block:: powershell