Skip to content

Commit

Permalink
fix typos (#58)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Mnich <[email protected]>
  • Loading branch information
a-mnich authored Dec 10, 2024
1 parent cd5c228 commit afc9f70
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/blog/posts/2024/containerssh-0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ A new health check service has been created that can be used with Kubernetes or
## Changes to the Prometheus integration
The name of some prometheus metrics and units has been altered to adhere to the convension of the metric name ending with the unit.
The name of some prometheus metrics and units has been altered to adhere to the convention of the metric name ending with the unit.
In detail the following metrics have been modified:
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ssh:
=== "OAuth2"
!!! warning "Feature Preview"
OAuth2 support is considered as a feature preview as it doesn't have adequate test coverate
OAuth2 support is considered as a feature preview as it doesn't have adequate test coverage
The OAuth2 authentication backend authenticates users using any OIDC-compliant OAuth2 servers for authentication (such as KeyCloak, Microsoft Active Directory Federation Services, etc) and features explicit support for GitHub and GitHub Enterprise.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/auth-oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: OAuth2 authentication
| OAuth2 backend | :material-close: | :material-close: | :material-check-bold: | :material-close: |

!!! warning "Feature Preview"
OAuth2 support is considered as a feature preview as it doesn't have adequate test coverate
OAuth2 support is considered as a feature preview as it doesn't have adequate test coverage

The OAuth2 authentication backend authenticates users using any OIDC-compliant OAuth2 servers for authentication (such as KeyCloak, Microsoft Active Directory Federation Services, etc) and features explicit support for GitHub and GitHub Enterprise. Authentication is done using the `keyboard-interactive` SSH authentication mechanism which is supported by most, but not all, SSH clients.

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ A new health check service has been created that can be used with Kubernetes or
## Changes to the Prometheus integration
The name of some prometheus metrics and units has been altered to adhere to the convension of the metric name ending with the unit.
The name of some prometheus metrics and units has been altered to adhere to the convention of the metric name ending with the unit.
In detail the following metrics have been modified:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

=== "Kubernetes"

When running ContainerSSH inside a Kubernetes cluster you must furst create a `Secret` that contains the host key.
When running ContainerSSH inside a Kubernetes cluster you must first create a `Secret` that contains the host key.

```bash
openssl genrsa | kubectl create secret generic containerssh-hostkey --from-file=host.key=/dev/stdin
Expand Down

0 comments on commit afc9f70

Please sign in to comment.