diff --git a/src/Symfony/Contracts/README.md b/src/Symfony/Contracts/README.md index 480c2a90e7..5beb497d7e 100644 --- a/src/Symfony/Contracts/README.md +++ b/src/Symfony/Contracts/README.md @@ -11,7 +11,7 @@ Design Principles * contracts are split by domain, each into their own sub-namespaces; * contracts are small and consistent sets of PHP interfaces, traits, normative - docblocks and reference test suites when applicable, ...; + docblocks and reference test suites when applicable; * all contracts must have a proven implementation to enter this repository; * they must be backward compatible with existing Symfony components.