more rewording (x2)
[akkoma] / CONFIGURATION.md
index 95eb2cab59cf8104eab034d00678a8f7c80beb60..e1436491287b962583f43d88667680e6fa8d0283 100644 (file)
@@ -5,7 +5,7 @@ In the `config/` directory, you will find the following relevant files:
 * `dev.exs`: default additional configuration for `MIX_ENV=dev`
 * `prod.exs`: default additional configuration for `MIX_ENV=prod`
 
-Additionally, you can overload options in the following files:
+You can overload options in the following files:
 * `dev.secret.exs`: custom additional configuration for `MIX_ENV=dev`
 * `prod.secret.exs`: custom additional configuration for `MIX_ENV=prod`
 
@@ -35,7 +35,7 @@ Drops all posts. It generally does not make sense to use this in production.
 
 ### SimplePolicy
 
-Versatile policy for applying effects to posts from certain instances.
+Restricts the visibility of posts from certain instances.
 
     config :pleroma, :mrf_simple,
       media_removal: [],