diff options
author | feld <feld@feld.me> | 2020-02-13 13:59:47 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-02-13 13:59:47 +0000 |
commit | e4016f4dbdeb6e5c7cd1b130b90ac80a0466fa08 (patch) | |
tree | 96d214a6dd277eaa54db5a3e1614e7c686b395e2 | |
parent | 9581d573828b4f6d853d6715507a55178bc8356d (diff) | |
download | pleroma-e4016f4dbdeb6e5c7cd1b130b90ac80a0466fa08.tar.gz |
Apply suggestion to config/description.exs
-rw-r--r-- | config/description.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index 921316d07..75b1c8c10 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1167,7 +1167,7 @@ config :pleroma, :config_description, [ type: :boolean, description: "By default it assumes logo used will be monochrome with alpha channel to be compatible with both light and dark themes. " <> - "If you want a colorful logo you ust disable logoMask." + "If you want a colorful logo you just disable logoMask." }, %{ key: :logoMargin, |