From 01728ea4647b4ec1339189db2ca6e89317ed23e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20Crois=C3=A9?= Date: Sun, 2 Oct 2022 17:09:11 +0200 Subject: [PATCH] spelling (Familiarity) and punctuation --- docs/guides/dns/private_dns_server_using_bind.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/dns/private_dns_server_using_bind.md b/docs/guides/dns/private_dns_server_using_bind.md index c63c216d4d..ed3af8db6c 100644 --- a/docs/guides/dns/private_dns_server_using_bind.md +++ b/docs/guides/dns/private_dns_server_using_bind.md @@ -16,8 +16,8 @@ tags: * Several internal servers that need to be accessed only locally, but not over the Internet * Several workstations that need access to these same servers that exist on the same network * A healthy comfort level with entering commands from command line -* Familarity with a command line editor (we are using _vi_ in this example) -* Able to use either _firewalld_ or _iptables_ for creating firewall rules. We've provided both _iptables_ and _firewalld_ options. If you plan to use _iptables_ , use the [Enabling Iptables Firewall procedure](../security/enabling_iptables_firewall.md) +* Familiarity with a command line editor (we are using _vi_ in this example) +* Able to use either _firewalld_ or _iptables_ for creating firewall rules. We've provided both _iptables_ and _firewalld_ options. If you plan to use _iptables_, use the [Enabling Iptables Firewall procedure](../security/enabling_iptables_firewall.md) ## Introduction