summaryrefslogtreecommitdiff
path: root/docs/quick-start.rst
diff options
context:
space:
mode:
authorSebastian Weber <s@web3r.de>2024-01-17 21:48:51 +0100
committerSebastian Weber <s@web3r.de>2024-01-17 21:48:51 +0100
commit32460e70ef014616ec36fce9361f702d5cc1463a (patch)
treed68b1a3e121b518d519c16629e4ab8b19071227c /docs/quick-start.rst
parentac79583948672c470d51439644fd6da470e7805e (diff)
downloadvyos-documentation-32460e70ef014616ec36fce9361f702d5cc1463a.tar.gz
vyos-documentation-32460e70ef014616ec36fce9361f702d5cc1463a.zip
Fix typos in quick-start
Diffstat (limited to 'docs/quick-start.rst')
-rw-r--r--docs/quick-start.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick-start.rst b/docs/quick-start.rst
index cf930bdd..49f5aeb6 100644
--- a/docs/quick-start.rst
+++ b/docs/quick-start.rst
@@ -165,7 +165,7 @@ Using options defined in ``set firewall global-options state-policy``, state
policy rules that applies for both IPv4 and IPv6 are created. These global
state policies also applies for all traffic that passes through the router
(transit) and for traffic originated/destinated to/from the router itself, and
-will be avaluated before any other rule defined in the firewall.
+will be evaluated before any other rule defined in the firewall.
Most installations would choose this option, and will contain:
@@ -241,7 +241,7 @@ established and related connections, we can block all other incoming traffic
addressed to our local network.
Create a new chain (``OUTSIDE-IN``) which will drop all traffic that is not
-explicity allowed at some point in the chain. Then, we can jump to that chain
+explicitly allowed at some point in the chain. Then, we can jump to that chain
from the ``forward`` hook when traffic is coming from the ``WAN`` interface
group and is addressed to our local network.