From ca2ad1978d0c55329fb8b9c90fe859fca593863d Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Sun, 5 Feb 2023 14:19:00 +0000 Subject: [PATCH] Correct NLZ regex typo --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 237a32c59..158aad33c 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -207,7 +207,7 @@ Add this to your `Preferred (3)` with a score of [75] ``` ```bash -/\b(nlz)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i" +/\b(nlz)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` !!! danger "Caution"