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

Minor upgrade guide text change

Nils Adermann преди 5 години
родител
ревизия
eaf31e4f5c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      UPGRADE-2.0.md

+ 1 - 1
UPGRADE-2.0.md

@@ -2,7 +2,7 @@
 
 ## For composer CLI users
 
-- If a packages exists in a higher priority repository, it will now be entirely ignored in lower repository ones
+- If a packages exists in a higher priority repository, it will now be entirely ignored in lower priority repositories.
 - Invalid PSR-0 / PSR-4 class configurations will not autoload anymore in optimized-autoloader mode, as per the warnings introduced in 1.10
 - Package names now must comply to our naming guidelines or Composer will abort, as per the warnings introduced in 1.8.1
 - Removed --no-suggest flag as it is not needed anymore