From 7dc86648c43cf7c47fcae4818d533e0e119df216 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Thu, 15 Dec 2016 13:32:28 +0000 Subject: [PATCH] Docs typo (#19380) --- lib/ansible/modules/network/ios/ios_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/network/ios/ios_config.py b/lib/ansible/modules/network/ios/ios_config.py index dd77449e5bc..3467f5ef455 100644 --- a/lib/ansible/modules/network/ios/ios_config.py +++ b/lib/ansible/modules/network/ios/ios_config.py @@ -104,10 +104,10 @@ options: choices: ['line', 'block'] multiline_delimiter: description: - - This arugment is used when pushing a multiline configuration + - This argument is used when pushing a multiline configuration element to the IOS device. It specifies the character to use as the delimiting character. This only applies to the - configuration action + configuration action. required: false default: "@" version_added: "2.3"