diff --git a/notifier.rst b/notifier.rst index 25a2ee442fb..786614e2ecd 100644 --- a/notifier.rst +++ b/notifier.rst @@ -601,7 +601,7 @@ specify what channels should be used for specific levels (using ->channelPolicy('high', ['chat/slack']) // Use browser for medium and low notifications ->channelPolicy('medium', ['browser']) - ->channelPolicy('medium', ['browser']) + ->channelPolicy('low', ['browser']) ; };