docs: fix typos (#1607) [skip ci]

This commit is contained in:
omahs
2023-04-20 15:11:55 +02:00
committed by GitHub
parent bfcf9efbae
commit 6136700505
3 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ If upgrading the API to a new major version (e.g. `3.0.0` to `4.0.0`) then the P
## API Run Modes
The API supports a series of run modes, each accomodating different use cases for scaling and data access by toggling [architecture](#architecture) components on or off depending on its objective.
The API supports a series of run modes, each accommodating different use cases for scaling and data access by toggling [architecture](#architecture) components on or off depending on its objective.
### Default mode (Read-write)

View File

@@ -261,7 +261,7 @@ $ docker stop stacks-blockchain
### Postgres testing
To verfiy the database is ready:
To verify the database is ready:
1. Connect to the DB instance: `psql -h localhost -U postgres`
- *this will require a locally installed postgresql client*

View File

@@ -2,7 +2,7 @@
In this document, we'll go over how to run a [stacks-blockchain-api](https://github.com/hirosystems/stacks-blockchain-api) instance.
There are several components involved here to have a working setup, and we'll go over each.
Please note that the following guide is targetted for Debian based systems - that in mind, most of the commands will work on other Unix systems with some small adjustments.
Please note that the following guide is targeted for Debian based systems - that in mind, most of the commands will work on other Unix systems with some small adjustments.
- [Running a stacks-blockchain API instance from source](#running-a-stacks-blockchain-api-instance-from-source)
- [Requirements](#requirements)
@@ -201,7 +201,7 @@ $ sudo kill $(ps -ef | grep "/stacks-node/binaries/stacks-node" | grep -v grep |
### Postgres
To verfiy the database is ready:
To verify the database is ready:
1. Connect to the DB instance: `psql -h localhost -U stacks stacks_db`
- use the password from the [Postgres Permissions Step](#postgres-permissions)