small fix in the rewrite_policy example
authorIlja <domainepublic@spectraltheorem.be>
Wed, 15 Apr 2020 17:03:27 +0000 (19:03 +0200)
committerIlja <domainepublic@spectraltheorem.be>
Wed, 15 Apr 2020 17:03:27 +0000 (19:03 +0200)
docs/configuration/mrf.md

index c3957c2551fce3b2ccac8f4445eeeeff31270836..287416b2ac7de2b727ab3dc4a4a774f9818b3ed4 100644 (file)
@@ -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
 ```