From 93a36f71b0bbde9e0007ce0eb49185a40ddd35d1 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Thu, 18 Mar 2021 13:45:50 +0100
Subject: [PATCH] docs: capitalize proper noun GitHub (#9198)

---
 docs/usage/configuration-options.md | 2 +-
 lib/manager/terraform/readme.md     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index 1da811abdf..54edfd1cf1 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -1441,7 +1441,7 @@ Here's an example of where you use this to group together all packages from the
 }
 ```
 
-Here's an example of where you use this to group together all packages from the `renovatebot` github org:
+Here's an example of where you use this to group together all packages from the `renovatebot` GitHub org:
 
 ```json
 {
diff --git a/lib/manager/terraform/readme.md b/lib/manager/terraform/readme.md
index d23786d45e..3d77a39080 100644
--- a/lib/manager/terraform/readme.md
+++ b/lib/manager/terraform/readme.md
@@ -1,4 +1,4 @@
-Currently Terraform support is limited to Terraform registry sources and github sources that include SemVer refs, e.g. like `github.com/hashicorp/example?ref=v1.0.0`.
+Currently Terraform support is limited to Terraform registry sources and GitHub sources that include SemVer refs, e.g. like `github.com/hashicorp/example?ref=v1.0.0`.
 
 Fixed versions like the following will receive a PR whenever there is a newer version available:
 
-- 
GitLab