commit | ed291c91cc66d535e2416bf9a1e5b6a2ebb52441 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Mon Aug 19 08:36:03 2024 +0000 |
committer | Edwin Kempin <ekempin@google.com> | Mon Aug 19 08:36:03 2024 +0000 |
tree | 459d78b2dd9ced555ee3f40821845cb2e7283032 | |
parent | 48cbfc466cdad2309e0635661484589edfcde197 [diff] |
Fix missing spacing in find owners documentation Before: https://i.imgur.com/w0yOWrt.png After: https://i.imgur.com/eeeKwSd.png Change-Id: Ie8cb417a9795a8c127eb9f501074b2b4010a21ef Signed-off-by: Edwin Kempin <ekempin@google.com>
diff --git a/resources/Documentation/backend-find-owners.md b/resources/Documentation/backend-find-owners.md index 1ea48ab..5e428e5 100644 --- a/resources/Documentation/backend-find-owners.md +++ b/resources/Documentation/backend-find-owners.md
@@ -280,7 +280,7 @@ john.doe@example.com per-file docs.config,*.md=richard.roe@example.com ``` - +\ **NOTE:** It's important to not include additional spaces in `per-file` lines. E.g. "per-file docs.config, test.config=richard.roe@example.com" will make Richard Roe a code owner of the files "docs.config" and " test.config" (pay