From 096dc6021d1b0f8868ac0ddca1d7ef6033f9ebaa Mon Sep 17 00:00:00 2001 From: Sergio Leunissen Date: Tue, 10 Nov 2020 21:07:19 +0100 Subject: [PATCH] Add missing word (#1784) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4a81327016..11751644de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -193,7 +193,7 @@ merged, but are generally frowned upon if breached. * Always aim to produce the smallest possible image. This means using multi-stage builds with a final stage using the least amount of layers possible. Combine as much as possible within a single directive and be sure to remove any - cache created `yum` or other tools. + cache created by `yum` or other tools. * Don't install all possible required RPMs, even if the product documentation says so. Some RPMs aren't applicable inside a container, e.g filesystem utilities (`btrfs-progs`, `ocfs2-tools`, `nfs-utils`).