diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2024-03-07 13:13:49 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2024-03-07 13:13:49 +0100 |
commit | b7c625db0f8090ce11c75a19fbaee8f985b966c3 (patch) | |
tree | 0d631e593dd195014fc35d7203f82f331b35aff0 /docs/configuration/postgresql.md | |
parent | 47ce33a90d09878d5231ce9654853ebcd1b88c08 (diff) | |
parent | 8298b326a7a3081be262c73f734dfe3082962e83 (diff) | |
download | pleroma-b7c625db0f8090ce11c75a19fbaee8f985b966c3.tar.gz pleroma-b7c625db0f8090ce11c75a19fbaee8f985b966c3.zip |
Merge remote-tracking branch 'origin/develop' into link-verification
Diffstat (limited to 'docs/configuration/postgresql.md')
-rw-r--r-- | docs/configuration/postgresql.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/postgresql.md b/docs/configuration/postgresql.md index e251eb83b..56f1c60dc 100644 --- a/docs/configuration/postgresql.md +++ b/docs/configuration/postgresql.md @@ -22,7 +22,7 @@ config :pleroma, Pleroma.Repo, ] ``` -A more detailed explaination of the issue can be found at <https://blog.soykaf.com/post/postgresql-elixir-troubles/>. +A more detailed explanation of the issue can be found at <https://blog.soykaf.com/post/postgresql-elixir-troubles/>. ## Example configurations |