Skip to content

Commit bb0af04

Browse files
mookie-Kim Klotz
andauthored
[*] fix typo in documentation (#686)
Co-authored-by: Kim Klotz <[email protected]>
1 parent 13b63c2 commit bb0af04

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/tutorial/custom_installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Custom installation
44

55
As described in the [Components](../concept/components.md)
66
chapter, there is a couple of ways how to set up pgwatch.
7-
Two most common ways though are using the central **configurartion database**
7+
Two most common ways though are using the central **configuration database**
88
approach and the **YAML file** based approach, plus Grafana to
99
visualize the gathered metrics.
1010

@@ -29,11 +29,11 @@ visualize the gathered metrics.
2929
1. Make sure that there are auto-start services for all
3030
components in place and optionally set up also backups.
3131

32-
### Detailed steps for the configurartion database approach with Postgres sink
32+
### Detailed steps for the configuration database approach with Postgres sink
3333

3434
Below are the sample steps for a custom installation from scratch using
35-
Postgres for the pgwatch configurartion database, measurements database and Grafana
36-
configurartion database.
35+
Postgres for the pgwatch configuration database, measurements database and Grafana
36+
configuration database.
3737

3838
All examples here assume Ubuntu as OS but it's basically the same for
3939
RedHat family of operations systems also, minus package installation

docs/tutorial/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ YAML schema has default values for everything and there are no other
7878

7979
The update process for Grafana looks pretty much like the installation
8080
so take a look at the according
81-
[chapter](custom_installation.md#detailed-steps-for-the-configurartion-database-approach-with-postgres-sink).
81+
[chapter](custom_installation.md#detailed-steps-for-the-configuration-database-approach-with-postgres-sink).
8282
If using Grafana package repository it should happen automatically along
8383
with other system packages. Grafana has a built-in database schema
8484
migrator, so updating the binaries and restarting is enough.

0 commit comments

Comments
 (0)