From 10a754f802df8b2186bb8cdc73f36f6a654417ec Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Wed, 24 Aug 2022 19:52:52 +0200 Subject: [PATCH] Update about-code-owners.md --- .../customizing-your-repository/about-code-owners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md b/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md index 678942531b..c5a8011c39 100644 --- a/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md +++ b/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md @@ -117,7 +117,7 @@ apps/ @octocat /apps/github ``` ### Syntax exceptions -There are some syntax rules for gitignore files that **do not work** in CODEOWNERS files: +There are some syntax rules for gitignore files that *do not work* in CODEOWNERS files: - Escaping a pattern starting with `#` using `\` so it is treated as a pattern and not a comment - Using `!` to negate a pattern - Using `[ ]` to define a character range