From 59aa3b27cad988dc21cafb04504191f94938be58 Mon Sep 17 00:00:00 2001 From: Jason Green Date: Mon, 13 Jul 2015 08:47:58 -0400 Subject: [PATCH] Add missing periods to elements in ROADMAP.md Signed-off-by: Jason Green --- ROADMAP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 77a4388987..be4c8590f0 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -140,12 +140,12 @@ definitive move, we temporarily won't accept more patches to the Dockerfile synt reasons: - Long term impact of syntax changes is a sensitive matter that require an amount of attention -the volume of Engine codebase and activity today doesn't allow us to provide +the volume of Engine codebase and activity today doesn't allow us to provide. - Allowing the Builder to be implemented as a separate utility consuming the Engine's API will open the door for many possibilities, such as offering alternate syntaxes or DSL for existing -languages without cluttering the Engine's codebase +languages without cluttering the Engine's codebase. - A standalone Builder will also offer the opportunity for a better dedicated group of maintainers -to own the Dockerfile syntax and decide collectively on the direction to give it +to own the Dockerfile syntax and decide collectively on the direction to give it. - Our experience with official images tend to show that no new instruction or syntax expansion is *strictly* necessary for the majority of use cases, and although we are aware many things are still lacking for many, we cannot make it a priority yet for the above reasons.