diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index a858572567b83db7489915768735ca86f27d44ab..fcc5a442a4470c3a4b57c476648881ef5ad1c75a 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -3,8 +3,8 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0.157.0-14@sha256:98
 # see https://mcr.microsoft.com/v2/vscode/devcontainers/typescript-node/tags/list for tags
 # Add missing Renovate dev tools
 
-# Renovate requires git version 2.22+, while Debian Buster only ships version 2.20.
-# The backports repository contains newer versions of git, which we'll use instead.
+# Renovate requires Git version 2.22+, while Debian Buster only ships version 2.20.
+# The backports repository contains newer versions of Git, which we'll use instead.
 RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list \
    && DEBIAN_FRONTEND=noninteractive apt-get update \
    && apt-get -y install --no-install-recommends build-essential git/buster-backports \