From 75405358ec4f70b632cdbe9b98ae1b3e62c97e74 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 19 Sep 2020 11:01:16 +0200 Subject: [PATCH] Fixed typo Fixed typo --- SonarrV3/Sonarr-Release-Profile-RegEx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SonarrV3/Sonarr-Release-Profile-RegEx.md b/SonarrV3/Sonarr-Release-Profile-RegEx.md index 7f9cd2b0a..df4a23d78 100644 --- a/SonarrV3/Sonarr-Release-Profile-RegEx.md +++ b/SonarrV3/Sonarr-Release-Profile-RegEx.md @@ -112,7 +112,7 @@ The Number between the **[**brackets**]** are the scores the release name will g [-25] /\s?\ben\b$/i # Optional Matches any release that contains '1-' as prefix for Release Groups [-25] /(1-.+)$/i -# Optional Matches Season Packs (use this if you preder Season packs) +# Optional Matches Season Packs (use this if you prefer Season packs) [15] /\bS\d+\b(?!E\d+\b)/i ```