From 938e9e0b37e33eb87010d6cc28fb5aca022662be Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Sat, 16 Sep 2023 07:12:20 +0900 Subject: [PATCH] Fix spelling error and remove trailing whitespace --- Dockerfile | 2 +- docs/docs/configuration/cheatsheet.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13b64790c..5c07a95cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN mix local.hex --force \ COPY ./mix.exs ./mix.lock ./ -RUN mix deps.get --only ${MIX_ENV} +RUN mix deps.get --only ${MIX_ENV} COPY . . diff --git a/docs/docs/configuration/cheatsheet.md b/docs/docs/configuration/cheatsheet.md index 73fdf9eea..f45a6f7c6 100644 --- a/docs/docs/configuration/cheatsheet.md +++ b/docs/docs/configuration/cheatsheet.md @@ -215,7 +215,7 @@ config :pleroma, :mrf_user_allowlist, %{ #### :mrf_hashtag * `sensitive`: List of hashtags to mark activities as sensitive (default: `nsfw`) -* `federated_timeline_removal`: List of hashtags to remove activities from the federated timeline (aka TWNK) +* `federated_timeline_removal`: List of hashtags to remove activities from the federated timeline (aka TWKN) * `reject`: List of hashtags to reject activities from Notes: