Browse Source

fix(docs): update github.md (#5171)

Fix spelling of Github. The correct one is "GitHub"

Signed-off-by: George Gaál <gb12335@gmail.com>
George Gaál 9 months ago
parent
commit
ca5274190e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      docs/provider/github.md

+ 4 - 4
docs/provider/github.md

@@ -1,10 +1,10 @@
-## Github
+## GitHub
 
-External Secrets Operator integrates with Github to sync Kubernetes secrets with [Github Actions secrets](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions).
+External Secrets Operator integrates with GitHub to sync Kubernetes secrets with [GitHub Actions secrets](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions).
 
 ### Configuring Github provider
 
-The Github API requires to install the ESO app to your Github organisation in order to use the Github provider features.
+The GitHub API requires to install the ESO app to your GitHub organisation in order to use the Github provider features.
 
 ### Configuring the secret store
 
@@ -20,7 +20,7 @@ Optionally, to target `repository` and `environment` secrets, the fields `reposi
 
 ### Pushing to an external secret
 
-To sync a Kubernetes secret with an external Github secret we need to create a PushSecret, this means a `Kind=PushSecret` is needed.
+To sync a Kubernetes secret with an external GitHub secret we need to create a PushSecret, this means a `Kind=PushSecret` is needed.
 
 ```yaml
 {% include 'github-push-secret.yaml' %}