summaryrefslogtreecommitdiff
path: root/docs/quick-start.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick-start.rst')
-rw-r--r--docs/quick-start.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick-start.rst b/docs/quick-start.rst
index 221a8088..5f7ebbe3 100644
--- a/docs/quick-start.rst
+++ b/docs/quick-start.rst
@@ -176,7 +176,7 @@ taken on the packet.
The chain we will create is called ``CONN_FILTER`` and has three rules:
- A default action of ``return``, which returns the packet back to the original
- chain is no action is taken.
+ chain if no action is taken.
- A rule to ``accept`` packets from established and related connections.
- A rule to ``drop`` packets from invalid connections.