docs/config.md: Fix syntax, pleroma_fe isn’t an atom
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Wed, 30 Jan 2019 10:51:12 +0000 (11:51 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Wed, 30 Jan 2019 10:51:12 +0000 (11:51 +0100)
docs/config.md

index 5799f003e4f108d2cc1e9d7c9f970b358d3a924e..d100ead10526c8ed8eafb3ff1865de1ea9ad30ec 100644 (file)
@@ -110,7 +110,7 @@ Frontends can access these settings at `/api/pleroma/frontend_configurations`
 
 To add your own configuration for PleromaFE, use it like this:
 
-`config :pleroma, :frontend_configurations, :pleroma_fe: %{redirectRootNoLogin: "/main/all", ...}`
+`config :pleroma, :frontend_configurations, pleroma_fe: %{redirectRootNoLogin: "/main/all", ...}`
 
 These settings need to be complete, they will override the defaults. See `priv/static/static/config.json` for the available keys.