diff --git a/network/ios/ios_config.py b/network/ios/ios_config.py index cdd016d1cd1..915bec36168 100644 --- a/network/ios/ios_config.py +++ b/network/ios/ios_config.py @@ -34,7 +34,7 @@ options: - The ordered set of commands that should be configured in the section. The commands must be the exact same commands as found in the device running-config. Be sure to note the configuration - command syntanx as some commands are automatically modified by the + command syntax as some commands are automatically modified by the device config parser. required: true parents: diff --git a/network/iosxr/iosxr_config.py b/network/iosxr/iosxr_config.py index 6667d491174..fe8f853a12a 100644 --- a/network/iosxr/iosxr_config.py +++ b/network/iosxr/iosxr_config.py @@ -35,7 +35,7 @@ options: - The ordered set of commands that should be configured in the section. The commands must be the exact same commands as found in the device running-config. Be sure to note the configuration - command syntanx as some commands are automatically modified by the + command syntax as some commands are automatically modified by the device config parser. required: true parents: diff --git a/network/nxos/nxos_config.py b/network/nxos/nxos_config.py index 53a0ddfcc8d..248d13ae209 100644 --- a/network/nxos/nxos_config.py +++ b/network/nxos/nxos_config.py @@ -35,7 +35,7 @@ options: - The ordered set of commands that should be configured in the section. The commands must be the exact same commands as found in the device running-config. Be sure to note the configuration - command syntanx as some commands are automatically modified by the + command syntax as some commands are automatically modified by the device config parser. required: true parents: diff --git a/network/openswitch/ops_config.py b/network/openswitch/ops_config.py index d1e794068e6..56814fec280 100644 --- a/network/openswitch/ops_config.py +++ b/network/openswitch/ops_config.py @@ -34,7 +34,7 @@ options: - The ordered set of commands that should be configured in the section. The commands must be the exact same commands as found in the device running-config. Be sure to note the configuration - command syntanx as some commands are automatically modified by the + command syntax as some commands are automatically modified by the device config parser. required: true parents: