Docs: Fix various typos and grammatical errors (#1606)

* Fix minor typos

* Fix relative link to development.md

* Reformat settings workflows to follow established convention

* Rephrase and remove redundant wording

* Minor typo fix and rephrasing

* Minor typo fixes and rephrasing

* Capitalization fix

* Correct markup notation for menu workflows

* Add double quotes to button text for conformity

Co-authored-by: Kim Neunert <k9ert@gmx.de>
This commit is contained in:
Matt Wesley 2022-02-25 08:41:07 -07:00 committed by GitHub
parent b73e398c36
commit ff79b58e7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 11 deletions

View file

@ -77,9 +77,9 @@ To make bitcoind service follow the same steps, just name the service `bitcoind.
## Specter with virtual environment
Let's say you don't want to have Specter in you global python modules, but use a virtual environment instead.
If you don't want to have Specter in your global python modules, you can use a virtual environment instead.
First create the virtual environment and install Specter there, let's say the path is `/home/myusername/.venv_specter`.
First create the virtual environment and install Specter there. Let's say the path is `/home/myusername/.venv_specter`.
Then you need to change the `specter.service` to the following: