X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=inline;f=docs%2Fconfiguration%2Fmrf.md;h=287416b2ac7de2b727ab3dc4a4a774f9818b3ed4;hb=2b57f73b776d0de3c91b3b0dd19e4458c205f690;hp=c3957c2551fce3b2ccac8f4445eeeeff31270836;hpb=c69b04c49090c5d86af2e9609d0b45d091f09267;p=akkoma 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 ```