Browse Source

Fix typo in GitHub provider documentation (#5493)

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

+ 1 - 1
docs/provider/github.md

@@ -7,7 +7,7 @@ External Secrets Operator integrates with GitHub to sync Kubernetes secrets with
 The GitHub provider is **write-only**, designed specifically to **create and update** GitHub Actions secrets using the
 The GitHub provider is **write-only**, designed specifically to **create and update** GitHub Actions secrets using the
 [GitHub REST API](https://docs.github.com/en/rest/actions/secrets), and does not support **fetching the secret values**.
 [GitHub REST API](https://docs.github.com/en/rest/actions/secrets), and does not support **fetching the secret values**.
 
 
-### Configuring Github provider
+### 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.