diff --git a/docs/usage/rust.md b/docs/usage/rust.md
index 0bab1c332912a4acfe3e5a712c1f83cdc078c307..55ff8f23cf1e12c9487ff0f7e63e6b6098cd1ae5 100644
--- a/docs/usage/rust.md
+++ b/docs/usage/rust.md
@@ -19,9 +19,9 @@ Renovate supports upgrading dependencies in `Cargo.toml` files and their accompa
 
 Renovate updates Rust crates by default.
 
-## Private crate registries and private git dependencies
+## Private crate registries and private Git dependencies
 
-If any dependencies are hosted in private git repositories, [Git Authentication for cargo](https://doc.rust-lang.org/cargo/appendix/git-authentication.html) must be set up.
+If any dependencies are hosted in private Git repositories, [Git Authentication for cargo](https://doc.rust-lang.org/cargo/appendix/git-authentication.html) must be set up.
 
 If any dependencies are hosted on private crate registries (ie., not on `crates.io`), then credentials should be set up in such a way that the Git command-line is able to clone the registry index.
 Third-party crate registries usually provide instructions to achieve this.
diff --git a/lib/datasource/readme.md b/lib/datasource/readme.md
index 63e4d5c41c1cbcddbc9e2ce2cc8df43315c2486c..fb0aa1690548077a4dfe56033d1d406722b64760 100644
--- a/lib/datasource/readme.md
+++ b/lib/datasource/readme.md
@@ -22,7 +22,7 @@ The config contains:
 
 ## getDigest
 
-Datasources that support the concept of digests (e.g. docker digests and git commit hashes) also can export a `getDigest` function.
+Datasources that support the concept of digests (e.g. docker digests and Git commit hashes) also can export a `getDigest` function.
 
 The `getDigest` function has two inputs:
 
diff --git a/lib/manager/git-submodules/readme.md b/lib/manager/git-submodules/readme.md
index bbe09c49b2c9984ae486c21e78ae4631ab23315b..93fc4c2c7779171876fd65197dffbec237ce6d4a 100644
--- a/lib/manager/git-submodules/readme.md
+++ b/lib/manager/git-submodules/readme.md
@@ -1 +1 @@
-Keeps git submodules updated within a repository.
+Keeps Git submodules updated within a repository.
diff --git a/lib/versioning/git/readme.md b/lib/versioning/git/readme.md
index 4687ea83c9fc2ca2361fd19f68818f525bdd72f5..df43e3eb14efe55426bab968530c10a62919e728 100644
--- a/lib/versioning/git/readme.md
+++ b/lib/versioning/git/readme.md
@@ -1 +1 @@
-Renovate's git versioning is a kind of hack to support git submodule updating.
+Renovate's Git versioning is a kind of hack to support Git submodule updating.