From: Ilja Date: Wed, 15 Apr 2020 17:03:27 +0000 (+0200) Subject: small fix in the rewrite_policy example X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=aa0a4a1e78655024e992f9c677efed45593ab7b8;p=akkoma small fix in the rewrite_policy example --- 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 ```