From 221a03973ed254be4f15f7a4ddbe0dbcf7a12e53 Mon Sep 17 00:00:00 2001 From: Andriy Drozd <48000208+drozd-A@users.noreply.github.com> Date: Tue, 24 Jan 2023 17:14:11 -0500 Subject: [PATCH] docs: replace period with parenthesis (#12044) Signed-off-by: Andriy Drozd <48000208+drozd-A@users.noreply.github.com> Signed-off-by: Andriy Drozd <48000208+drozd-A@users.noreply.github.com> --- docs/user-guide/projects.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user-guide/projects.md b/docs/user-guide/projects.md index 8ef1426dd691e..0973a19afe1fc 100644 --- a/docs/user-guide/projects.md +++ b/docs/user-guide/projects.md @@ -69,8 +69,8 @@ spec: A source repository is considered valid if the following conditions hold: -1) _Any_ allow source rule (i.e. a rule which isn't prefixed with `!`) permits the source -2) AND *no* deny source (i.e. a rule which is prefixed with `!`) rejects the source +1. _Any_ allow source rule (i.e. a rule which isn't prefixed with `!`) permits the source +2. AND *no* deny source (i.e. a rule which is prefixed with `!`) rejects the source Keep in mind that `!*` is an invalid rule, since it doesn't make any sense to disallow everything. @@ -106,8 +106,8 @@ spec: As with sources, a destination is considered valid if the following conditions hold: -1) _Any_ allow destination rule (i.e. a rule which isn't prefixed with `!`) permits the destination -2) AND *no* deny destination (i.e. a rule which is prefixed with `!`) rejects the destination +1. _Any_ allow destination rule (i.e. a rule which isn't prefixed with `!`) permits the destination +2. AND *no* deny destination (i.e. a rule which is prefixed with `!`) rejects the destination Keep in mind that `!*` is an invalid rule, since it doesn't make any sense to disallow everything.