From b7a1776878d4851019c65edee1df10fda530dc9a Mon Sep 17 00:00:00 2001 From: Jonathan Dowland Date: Wed, 18 Feb 2015 14:02:48 +0000 Subject: [PATCH] minor grammar suggestion Signed-off-by: Jonathan Dowland --- project/PRINCIPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/PRINCIPLES.md b/project/PRINCIPLES.md index e59c167598..53f03018ec 100644 --- a/project/PRINCIPLES.md +++ b/project/PRINCIPLES.md @@ -6,7 +6,7 @@ In the design and development of Docker we try to follow these principles: * Don't try to replace every tool. Instead, be an ingredient to improve them. * Less code is better. -* Less components is better. Do you really need to add one more class? +* Fewer components are better. Do you really need to add one more class? * 50 lines of straightforward, readable code is better than 10 lines of magic that nobody can understand. * Don't do later what you can do now. "//FIXME: refactor" is not acceptable in new code. * When hesitating between 2 options, choose the one that is easier to reverse.