diff options
author | lain <lain@soykaf.club> | 2020-05-25 19:26:07 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-25 19:26:07 +0200 |
commit | af3568a6d99cbd73d1e685d7d2f57292ef951f43 (patch) | |
tree | 8819c9af3f0289d67f361f20af991eee91d3cab5 /docs/installation | |
parent | f7cb3f4cfc7eaf6ff67e27a7d6449e23e09a501e (diff) | |
download | pleroma-af3568a6d99cbd73d1e685d7d2f57292ef951f43.tar.gz pleroma-af3568a6d99cbd73d1e685d7d2f57292ef951f43.zip |
Docs: sql -> SQL
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/otp_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md index 6f9749ef1..86135cd20 100644 --- a/docs/installation/otp_en.md +++ b/docs/installation/otp_en.md @@ -63,7 +63,7 @@ apt install postgresql-11-rum ``` #### (Optional) Performance configuration -It is encouraged to check [Optimizing your Postgresql performance](../configuration/postgresql.md) document, for tips on PostgreSQL tuning. +It is encouraged to check [Optimizing your PostgreSQL performance](../configuration/postgresql.md) document, for tips on PostgreSQL tuning. ```sh tab="Alpine" rc-service postgresql restart |