From 9d5d575d712b53a741c368bea2d311897014efb3 Mon Sep 17 00:00:00 2001
From: Nick Anderegg <nick@anderegg.io>
Date: Wed, 13 Sep 2023 13:12:02 -0400
Subject: quick-start: fix typo

---
 docs/quick-start.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs/quick-start.rst')

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.
 
-- 
cgit v1.2.3