From cf98e65290f1d5eba82dc372dbbe883eb9813d03 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Thu, 18 Mar 2021 14:06:56 +0100
Subject: [PATCH] docs: capitalize proper noun Docker (#9197)

---
 lib/datasource/readme.md      | 2 +-
 lib/manager/droneci/readme.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/datasource/readme.md b/lib/datasource/readme.md
index fb0aa16905..69ffd318c1 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/droneci/readme.md b/lib/manager/droneci/readme.md
index 196ca18946..d548370ddd 100644
--- a/lib/manager/droneci/readme.md
+++ b/lib/manager/droneci/readme.md
@@ -1 +1 @@
-Extracts docker-type dependencies from DroneCI config files.
+Extracts Docker-type dependencies from DroneCI config files.
-- 
GitLab