diff options
Diffstat (limited to 'docs')
| -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  ``` | 
