diff options
author | Ilja <domainepublic@spectraltheorem.be> | 2020-04-15 19:03:27 +0200 |
---|---|---|
committer | Ilja <domainepublic@spectraltheorem.be> | 2020-04-15 19:03:27 +0200 |
commit | aa0a4a1e78655024e992f9c677efed45593ab7b8 (patch) | |
tree | e06ffcb763dcbd267f003934214d5080e48817e4 /docs/configuration/mrf.md | |
parent | b1c1d2e5e1e1c43a068a7223f9ba69c689c878a3 (diff) | |
download | pleroma-aa0a4a1e78655024e992f9c677efed45593ab7b8.tar.gz pleroma-aa0a4a1e78655024e992f9c677efed45593ab7b8.zip |
small fix in the rewrite_policy example
Diffstat (limited to 'docs/configuration/mrf.md')
-rw-r--r-- | docs/configuration/mrf.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/mrf.md b/docs/configuration/mrf.md index c3957c255..287416b2a 100644 --- a/docs/configuration/mrf.md +++ b/docs/configuration/mrf.md @@ -113,7 +113,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.RewritePolicy do @impl true def describe do - {:ok, %{mrf_sample: %{content: "new message content"}}}` + {:ok, %{mrf_sample: %{content: "new message content"}}} end end ``` |