Skip to content

Commit afc9f70

Browse files
authored
fix typos (#58)
Signed-off-by: Alexander Mnich <[email protected]>
1 parent cd5c228 commit afc9f70

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: docs/blog/posts/2024/containerssh-0.5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ A new health check service has been created that can be used with Kubernetes or
123123
124124
## Changes to the Prometheus integration
125125
126-
The name of some prometheus metrics and units has been altered to adhere to the convension of the metric name ending with the unit.
126+
The name of some prometheus metrics and units has been altered to adhere to the convention of the metric name ending with the unit.
127127
128128
In detail the following metrics have been modified:
129129

Diff for: docs/getting-started/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ssh:
5959
6060
=== "OAuth2"
6161
!!! warning "Feature Preview"
62-
OAuth2 support is considered as a feature preview as it doesn't have adequate test coverate
62+
OAuth2 support is considered as a feature preview as it doesn't have adequate test coverage
6363
6464
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.
6565

Diff for: docs/reference/auth-oauth2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: OAuth2 authentication
77
| OAuth2 backend | :material-close: | :material-close: | :material-check-bold: | :material-close: |
88

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

1212
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.
1313

Diff for: docs/reference/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ A new health check service has been created that can be used with Kubernetes or
122122
123123
## Changes to the Prometheus integration
124124
125-
The name of some prometheus metrics and units has been altered to adhere to the convension of the metric name ending with the unit.
125+
The name of some prometheus metrics and units has been altered to adhere to the convention of the metric name ending with the unit.
126126
127127
In detail the following metrics have been modified:
128128

Diff for: docs/reference/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
=== "Kubernetes"
6161

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

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

0 commit comments

Comments
 (0)