summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexander <alex.strizhakov@gmail.com>2019-12-25 15:31:51 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-01-10 15:52:02 +0300
commit0b020403276519da84dce51053240ac6637eb1b3 (patch)
tree3910b3d5d3802cd04caf90636358525579a460e3 /config
parent9c1f3bfeffa7e40d319d931c975b948f33800c40 (diff)
downloadpleroma-0b020403276519da84dce51053240ac6637eb1b3.tar.gz
pleroma-0b020403276519da84dce51053240ac6637eb1b3.zip
little fixes and typos fix
Diffstat (limited to 'config')
-rw-r--r--config/description.exs12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/description.exs b/config/description.exs
index 52f7d2017..a9b2efec5 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -101,8 +101,8 @@ config :pleroma, :config_description, [
%{
key: :versions,
type: {:list, :atom},
- descriptions: "List of TLS version to use",
- suggestions: [:tlsv1, :"tlsv1.1", :"tlsv1.2"]
+ description: "List of TLS version to use",
+ suggestions: [:tlsv1, ":tlsv1.1", ":tlsv1.2"]
}
]
}
@@ -1509,8 +1509,8 @@ config :pleroma, :config_description, [
%{
key: :versions,
type: {:list, :atom},
- descriptions: "List of TLS version to use",
- suggestions: [:tlsv1, :"tlsv1.1", :"tlsv1.2"]
+ description: "List of TLS version to use",
+ suggestions: [:tlsv1, ":tlsv1.1", ":tlsv1.2"]
}
]
}
@@ -2820,8 +2820,8 @@ config :pleroma, :config_description, [
%{
key: :versions,
type: {:list, :atom},
- descriptions: "List of TLS version to use",
- suggestions: [:tlsv1, :"tlsv1.1", :"tlsv1.2"]
+ description: "List of TLS version to use",
+ suggestions: [:tlsv1, ":tlsv1.1", ":tlsv1.2"]
}
]
}