From 09e65676b0caec1ed6875a8d786ae930724add39 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 4 Dec 2019 16:10:20 +0200 Subject: [PATCH] Fix a few typos --- README.md | 2 +- docs/core/pihole-command.md | 4 ++-- docs/ftldns/in-depth.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9dc913d..65c8c75 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To add a new document or guide. ### Testing your changes. -Whilst working on this repo, it is advised that you review your own changes locally before commiting them. The `mkdocs serve` command can be used to live preview your changes (as you type) on your local machine. +Whilst working on this repo, it is advised that you review your own changes locally before committing them. The `mkdocs serve` command can be used to live preview your changes (as you type) on your local machine. Please make sure you fork the repo and change the clone URL in the example below for your fork: diff --git a/docs/core/pihole-command.md b/docs/core/pihole-command.md index b6c92cf..06844d1 100644 --- a/docs/core/pihole-command.md +++ b/docs/core/pihole-command.md @@ -144,7 +144,7 @@ Gravity is one of the most important scripts of Pi-hole. Its main purpose is to * It will attempt to parse the file into a domains-only format if necessary * Lists are merged, comments removed, sorted uniquely and stored as `list.preEventHorizon` * Whitelisted entries within `/etc/pihole/whitelist.txt` are removed from `list.preEventHorizon` and saved into a temporary file -* Blacklisted, "localhost" and temporary file entries are added as seperate `.list` files +* Blacklisted, "localhost" and temporary file entries are added as separate `.list` files * Gravity cleans up temporary content and reloads the DNS server ### Logging @@ -272,7 +272,7 @@ Help Command | N/A Script Location | [`/opt/pihole/webpage.sh`](https://github.com/pi-hole/pi-hole/blob/master/advanced/Scripts/webpage.sh) Example Usage | [`pihole -a -p secretpassword`](https://discourse.pi-hole.net/t/the-pihole-command-with-examples/738#web-password) -Set Web Interface password. Password can be entered as an option (e.g: `pihole -a -p secretpassword`), or seperately as to not display on screen (e.g: `pihole -a -p`). +Set Web Interface password. Password can be entered as an option (e.g: `pihole -a -p secretpassword`), or separately as to not display on screen (e.g: `pihole -a -p`). ### Temperature Unit | | | diff --git a/docs/ftldns/in-depth.md b/docs/ftldns/in-depth.md index a962231..f08e9b2 100644 --- a/docs/ftldns/in-depth.md +++ b/docs/ftldns/in-depth.md @@ -41,6 +41,6 @@ We specifically add the following capabilities to `pihole-FTL`: - `CAP_NET_RAW`: use raw and packet sockets (we need a RAW socket for handling DHCPv6 requests) - `CAP_NET_ADMIN`: modify routing tables and other network-related operations (to allow for handling DHCP requests) -Users that cannot use Linux capabilites for various reasons (lacking kernel or file system support) can modify the startup scripts of `pihole-FTL` to ensure the daemon is started as `root`. However, be aware of that you do so on your own risk (although we don't expect problems to arise). +Users that cannot use Linux capabilities for various reasons (lacking kernel or file system support) can modify the startup scripts of `pihole-FTL` to ensure the daemon is started as `root`. However, be aware of that you do so on your own risk (although we don't expect problems to arise). {!abbreviations.md!}