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 --- docs/vyos.vyos.vyos_route_maps_module.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/vyos.vyos.vyos_route_maps_module.rst') diff --git a/docs/vyos.vyos.vyos_route_maps_module.rst b/docs/vyos.vyos.vyos_route_maps_module.rst index 78c75b47..828ce347 100644 --- a/docs/vyos.vyos.vyos_route_maps_module.rst +++ b/docs/vyos.vyos.vyos_route_maps_module.rst @@ -986,7 +986,7 @@ Parameters -
Border Gateway Protocl (BGP) community attribute.
+
Border Gateway Protocol (BGP) community attribute.
@@ -1238,7 +1238,7 @@ Parameters -
Border Gateway Protocol (BGP) originator ID attribute. Orignator IP address.
+
Border Gateway Protocol (BGP) originator ID attribute. Originator IP address.
@@ -1378,7 +1378,7 @@ Examples # vyos@vyos:~$ show configuration commands | match "set policy route-map" # vyos@vyos:~$ - - name: Merge the provided configuration with the exisiting running configuration + - name: Merge the provided configuration with the existing running configuration register: result vyos.vyos.vyos_route_maps: &id001 config: @@ -1508,7 +1508,7 @@ Examples # set policy route-map test3 rule 1 set tag '5' # set policy route-map test3 rule 1 set weight '4' # - # - name: Replace the provided configuration with the exisiting running configuration + # - name: Replace the provided configuration with the existing running configuration # register: result # vyos.vyos.vyos_route_maps: &id001 # config: -- cgit v1.2.3