Преглед на файлове

Merge pull request #10878 from jmtd/patch-1

minor grammar suggestion
Fred Lifton преди 10 години
родител
ревизия
9fe9d070c2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      project/PRINCIPLES.md

+ 1 - 1
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.