From 894cc2f1d45d5826aeeedc6d5d95792ea7bc88da Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 7 May 2020 17:10:23 +0200 Subject: [PATCH] Typos --- peertube-plugin-auto-mute/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/peertube-plugin-auto-mute/README.md b/peertube-plugin-auto-mute/README.md index dcbf077..aba8743 100644 --- a/peertube-plugin-auto-mute/README.md +++ b/peertube-plugin-auto-mute/README.md @@ -58,6 +58,6 @@ For example, to revert `peertube.cpy.re` from the blocklist, update the JSON: ``` The purpose of the `updatedAt` field is to not override admin mutes/unmutes: - * Plugin auto mutes of account A with an `updatedAt: '2020-05-07T14:42:48.954Z'` - * Admin thinks this account is fine so it unumutes account A - * On another check, the plugin won't re-mute the account A because of the `updatedAt` is before the last check + * Plugin auto mutes account A with an `updatedAt: '2020-05-07T14:42:48.954Z'` + * Admin thinks this account is fine so it unmutes account A + * On another check, the plugin won't re-mute the account A because the `updatedAt` is before the last check