1
0
mirror of synced 2025-12-19 18:10:59 -05:00

docs: fix typos in src/content-linter (#29134)

Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
This commit is contained in:
Surav Shrestha
2023-10-31 22:36:54 +05:45
committed by GitHub
parent c4a546f68a
commit 7d17bc917e
5 changed files with 5 additions and 5 deletions

View File

@@ -192,7 +192,7 @@ export const searchReplaceConfig = {
// Do not match developer.github.com/changes or
// developer.github.com/enterprise/[0-9] or
// developer.github.com/enterprise/{{something}} (e.g. liquid).
// There are occurences that will likely always remain in the content.
// There are occurrences that will likely always remain in the content.
searchPattern: '/developer\\.github\\.com(?!\\/(changes|enterprise\\/([0-9]|{))).*/g',
searchScope: 'all',
severity: 'error',