From 4bf61f0714fde612811f863f46a4d90f5caa7254 Mon Sep 17 00:00:00 2001 From: Shufeng Date: Tue, 15 Sep 2020 13:03:08 -0700 Subject: [PATCH] Fix typo in delveloping_plugins_network (#71737) --- .../rst/network/dev_guide/developing_plugins_network.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/network/dev_guide/developing_plugins_network.rst b/docs/docsite/rst/network/dev_guide/developing_plugins_network.rst index 9c68c60b486..40ab93cb452 100644 --- a/docs/docsite/rst/network/dev_guide/developing_plugins_network.rst +++ b/docs/docsite/rst/network/dev_guide/developing_plugins_network.rst @@ -9,7 +9,7 @@ Network connection plugins Each network connection plugin has a set of its own plugins which provide a specification of the connection for a particular set of devices. The specific plugin used is selected at runtime based on the value of the ``ansible_network_os`` variable assigned to the host. This variable should be -set to the same value as the name of the plugin to be loaed. Thus, ``ansible_network_os=nxos`` +set to the same value as the name of the plugin to be loaded. Thus, ``ansible_network_os=nxos`` will try to load a plugin in a file named ``nxos.py``, so it is important to name the plugin in a way that will be sensible to users.