From 4c4a7cbf5e8a36f4544613c2bc63680617c3915e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 13 Jul 2017 10:57:20 -0700 Subject: [PATCH] config: Simplify title to "Configuration" The capitalization in "Container Configuration file" (which we've used since 70372d38, *.md: update TOC and links, 2015-09-10, #176) was halfway between "Title Case" and "Sentence case". The current spec isn't particularly consistent (e.g. we have both "Specification version" and "POSIX-platform Mounts"), but the ToC has used "Configuration" for this file since e7be40f0 (Cleanup the spec a bit to remove WG/git text that's not really part of the spec, 2016-11-14, #626) so dodge the sentence/title issue and use that here too. Signed-off-by: W. Trevor King --- config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.md b/config.md index bee008f09..a1be8be93 100644 --- a/config.md +++ b/config.md @@ -1,4 +1,4 @@ -# Container Configuration file +# Configuration This configuration file contains metadata necessary to implement [standard operations](runtime.md#operations) against the container. This includes the process to run, environment variables to inject, sandboxing features to use, etc.