From a8e806d61fc1e4fd88592bee7e501fbe259cca99 Mon Sep 17 00:00:00 2001 From: Sagar Paul Date: Tue, 22 Jun 2021 23:55:12 +0530 Subject: Spelling glitch fix on doc (#168) Spelling glitch fix on doc Reviewed-by: https://github.com/apps/ansible-zuul --- plugins/modules/vyos_static_routes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/modules/vyos_static_routes.py') diff --git a/plugins/modules/vyos_static_routes.py b/plugins/modules/vyos_static_routes.py index fa29b722..ac288ced 100644 --- a/plugins/modules/vyos_static_routes.py +++ b/plugins/modules/vyos_static_routes.py @@ -62,7 +62,7 @@ options: - ipv6 required: true routes: - description: A ditionary that specify the static route configurations. + description: A dictionary that specify the static route configurations. type: list elements: dict suboptions: @@ -140,7 +140,7 @@ EXAMPLES = """ # # vyos@vyos:~$ show configuration commands | grep static # -- name: Merge the provided configuration with the exisiting running configuration +- name: Merge the provided configuration with the existing running configuration vyos.vyos.vyos_static_routes: config: - address_families: -- cgit v1.2.3