From 0eec28e0f7c2ba28cd566706ead9c62131088e7d Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Tue, 30 Jan 2024 18:59:38 +0800 Subject: [PATCH] doc: fix typos (#999) Signed-off-by: vuittont60 <81072379+vuittont60@users.noreply.github.com> --- doc/config.md | 2 +- doc/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config.md b/doc/config.md index 30144fd0f..3784b206c 100644 --- a/doc/config.md +++ b/doc/config.md @@ -43,7 +43,7 @@ They are loaded if they *exist* and ignored if not however, to aid debugging, an The options in highest-priority config files override options set in lowest-priority config files. If loading these files is undesirable (common in case of protected systemd services), use the `--skip-default-conf-files` argument to prevent it. -**Environment variables** override options in config files and finally **arguments** override everythig else. +**Environment variables** override options in config files and finally **arguments** override everything else. There are two special arguments `--conf` which reads the specified file and `--conf-dir`, which read all the files in the specified directory. diff --git a/doc/install.md b/doc/install.md index 6b799317e..b1e16deab 100644 --- a/doc/install.md +++ b/doc/install.md @@ -136,7 +136,7 @@ sudo mount --rbind /sys debootstrap-buster/sys sudo mount --rbind /dev debootstrap-buster/dev ``` -If you have checked out the electrs git reposity somewhere already and don't want to have a duplicate copy inside the debootstrap working directory, just mount bind the exiting directory into the chroot: +If you have checked out the electrs git repository somewhere already and don't want to have a duplicate copy inside the debootstrap working directory, just mount bind the exiting directory into the chroot: ``` sudo mkdir -p debootstrap-buster/mnt/electrs sudo mount --rbind ./electrs debootstrap-buster/mnt/electrs