Merge branch 'fix/config-md-typos' into 'develop'
authorlambda <pleromagit@rogerbraun.net>
Mon, 10 Dec 2018 19:06:13 +0000 (19:06 +0000)
committerlambda <pleromagit@rogerbraun.net>
Mon, 10 Dec 2018 19:06:13 +0000 (19:06 +0000)
config.md: Fix typos and add  `federating` option description

See merge request pleroma/pleroma!525

config/config.md

index a32c4cbde610ce1ef8a17d3c1a01e6ef8c1718cf..5b30ddc27711a835747d897c5b8323d00ac40086 100644 (file)
@@ -41,9 +41,9 @@ This filter replaces the filename (not the path) of an upload. For complete obfu
 * `upload_limit`: File size limit of uploads (except for avatar, background, banner)
 * `avatar_upload_limit`: File size limit of user’s profile avatars
 * `background_upload_limit`: File size limit of user’s profile backgrounds
-* `banner_upload_limit`: File size limit of user’s profile backgrounds
-* `registerations_open`: Enable registerations for anyone, invitations can be used when false.
-* `federating`
+* `banner_upload_limit`: File size limit of user’s profile banners
+* `registrations_open`: Enable registrations for anyone, invitations can be used when false.
+* `federating`: Enable federation with other instances
 * `allow_relay`: Enable Pleroma’s Relay, which makes it possible to follow a whole instance
 * `rewrite_policy`: Message Rewrite Policy, either one or a list. Here are the ones available by default:
   * `Pleroma.Web.ActivityPub.MRF.NoOpPolicy`: Doesn’t modify activities (default)