From ac3ac29158864b46430354eb1be550f0b59e63c4 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Fri, 24 Dec 2021 14:18:16 +0100
Subject: [PATCH] docs: minor grammer/wording fixes

---
 docs/features/multidomain.rst | 2 +-
 docs/user/site.rst            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/features/multidomain.rst b/docs/features/multidomain.rst
index 91dd7bcf..80cae0de 100644
--- a/docs/features/multidomain.rst
+++ b/docs/features/multidomain.rst
@@ -188,7 +188,7 @@ domain.conf only variables
       - ``true``, ``false``
       - ``{ 'foo', 'bar' }``
 
-- Because each domain is considered as an own layer 2 network, these
+- Because each domain is considered a separate layer 2 network, these
   values should be different in each domain:
 
   - next_node.ip4
diff --git a/docs/user/site.rst b/docs/user/site.rst
index e018bf16..bd2f9c3c 100644
--- a/docs/user/site.rst
+++ b/docs/user/site.rst
@@ -68,7 +68,7 @@ ntp_servers
 
     ntp_servers = {'1.ntp.services.ffac','2.ntp.services.ffac'}
 
-  This NTP servers must be reachable via IPv6 from the nodes. If you don't want to set an IPv6 address
+  These NTP servers must be reachable via IPv6 from the nodes. If you don't want to set an IPv6 address
   explicitly, but use a hostname (which is recommended), see also the :ref:`FAQ <faq-dns>`.
 
 opkg \: optional
-- 
GitLab