aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-02-08 15:12:44 +0300
committerrinpatch <rinpatch@sdf.org>2019-02-08 15:12:44 +0300
commit38ff9b3568c637bd69a4bdadbdeb147d7871b09a (patch)
treeb6e380548e43c54c9924ad2ff5b6389bdc024fbb /docs
parent73566592734320bce1262ff7e38199bdcdd2c7c9 (diff)
downloadpleroma-38ff9b3568c637bd69a4bdadbdeb147d7871b09a.tar.gz
fix typo in config.md
Diffstat (limited to 'docs')
-rw-r--r--docs/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md
index 08523ac53..89393449c 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -173,7 +173,7 @@ This section is used to configure Pleroma-FE, unless ``:managed_config`` in ``:i
## :mrf_keyword
* `reject`: A list of patterns which result in message being rejected, each pattern can be a string or a [regular expression](https://hexdocs.pm/elixir/Regex.html)
-* `federated_timeline_removal`: A list of patterns which result in message being removed from federated timelines(a.k.a unlisted), each pattern can be a string or a [regular expression](https://hexdocs.pm/elixir/Regex.html)
+* `federated_timeline_removal`: A list of patterns which result in message being removed from federated timelines (a.k.a unlisted), each pattern can be a string or a [regular expression](https://hexdocs.pm/elixir/Regex.html)
* `replace`: A list of tuples containing `{pattern, replacement`, `pattern` can be a string or a [regular expression](https://hexdocs.pm/elixir/Regex.html)
## :media_proxy