diff options
author | Sagar Paul <sagpaul@redhat.com> | 2021-06-22 23:55:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 18:25:12 +0000 |
commit | a8e806d61fc1e4fd88592bee7e501fbe259cca99 (patch) | |
tree | ce0a89c73c8e14c173c37dd9e720e94ad2576441 /docs/vyos.vyos.vyos_route_maps_module.rst | |
parent | eb46eb529a8bcfaeb5a7e736550d7cfb612b02d7 (diff) | |
download | vyos.vyos-a8e806d61fc1e4fd88592bee7e501fbe259cca99.tar.gz vyos.vyos-a8e806d61fc1e4fd88592bee7e501fbe259cca99.zip |
Spelling glitch fix on doc (#168)
Spelling glitch fix on doc
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'docs/vyos.vyos.vyos_route_maps_module.rst')
-rw-r--r-- | docs/vyos.vyos.vyos_route_maps_module.rst | 8 |
1 files changed, 4 insertions, 4 deletions
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 <td> </td> <td> - <div>Border Gateway Protocl (BGP) community attribute.</div> + <div>Border Gateway Protocol (BGP) community attribute.</div> </td> </tr> <tr> @@ -1238,7 +1238,7 @@ Parameters <td> </td> <td> - <div>Border Gateway Protocol (BGP) originator ID attribute. Orignator IP address.</div> + <div>Border Gateway Protocol (BGP) originator ID attribute. Originator IP address.</div> </td> </tr> <tr> @@ -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: |