Skip to content

Commit

Permalink
docs: replace period with parenthesis (#12044)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Drozd <48000208+drozd-A@users.noreply.github.com>

Signed-off-by: Andriy Drozd <48000208+drozd-A@users.noreply.github.com>
  • Loading branch information
drozd-A authored Jan 24, 2023
1 parent c20301f commit 221a039
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user-guide/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 221a039

Please sign in to comment.