diff options
author | Stephen James <stephenorjames@gmail.com> | 2020-01-11 23:34:32 -0500 |
---|---|---|
committer | Stephen James <stephenorjames@gmail.com> | 2020-01-11 23:37:28 -0500 |
commit | 74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34 (patch) | |
tree | ea06c94dca1c8693053dd9d481638b92a084fe6b /docs/services/webproxy.rst | |
parent | 689756182ba1e16df51315407cdc749e6136e0cc (diff) | |
download | vyos-documentation-74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34.tar.gz vyos-documentation-74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34.zip |
Fix some typos and capitalizations
Diffstat (limited to 'docs/services/webproxy.rst')
-rw-r--r-- | docs/services/webproxy.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/services/webproxy.rst b/docs/services/webproxy.rst index 20e1eb73..654e73f2 100644 --- a/docs/services/webproxy.rst +++ b/docs/services/webproxy.rst @@ -24,7 +24,7 @@ Configuration # Enable proxy service set service webproxy listen-address 192.168.0.1 - # By default it will listen to port 3128. If you wan't something else you have to define that. + # By default it will listen to port 3128. If you want something else you have to define that. set service webproxy listen-address 192.168.0.1 port 2050 # By default the transparent proxy on that interface is enabled. To disable that you simply @@ -43,7 +43,7 @@ Options Filtering by category ^^^^^^^^^^^^^^^^^^^^^ -If you wan't to use existing blacklists you have to create/download a database +If you want to use existing blacklists you have to create/download a database first. Otherwise you will not be able to commit the config changes. .. code-block:: none |