Skip to content

Commit

Permalink
docs: correct typos in authz-authn.md and proxy-extensions.md (argopr…
Browse files Browse the repository at this point in the history
…oj#20391)

* docs : correct typo from "bellow" to "below" in authz-authn.md

Signed-off-by: Sujin Kim <[email protected]>

* docs : correct typo from "modifiying" to "modifying" in extensions.md

Signed-off-by: Sujin Kim <[email protected]>

---------

Signed-off-by: Sujin Kim <[email protected]>
  • Loading branch information
cowboysj authored Oct 15, 2024
1 parent e80de49 commit 049ba0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/developer-guide/architecture/authz-authn.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ enforced.

## Logical layers

The diagram bellow suggests 4 different logical layers (represented by
The diagram below suggests 4 different logical layers (represented by
4 boxes: HTTP, gRPC, AuthN and AuthZ) inside Argo CD API server that
collaborate to provide authentication and authorization.

Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/extensions/proxy-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ data:
server: https://some-cluster
```
Note: There is no need to restart Argo CD Server after modifiying the
Note: There is no need to restart Argo CD Server after modifying the
`extension.config` entry in Argo CD configmap. Changes will be
automatically applied. A new proxy registry will be built making
all new incoming extensions requests (`<argocd-host>/extensions/*`) to
Expand Down

0 comments on commit 049ba0a

Please sign in to comment.