diff --git a/factory/README.md b/factory/README.md index 0112c92c0..e2f324541 100644 --- a/factory/README.md +++ b/factory/README.md @@ -119,8 +119,8 @@ and manage it. Pros -* Allows keeping all objects creation in one place and avoid of spreading 'new' key value across codebase. -* Allows to writs loosely coupled code. Some of its main advantages include better testability, easy-to-understand code, swappable components, scalability and isolated features. +* Allows keeping all objects creation in one place and avoid of spreading 'new' keyword across codebase. +* Allows to write loosely coupled code. Some of its main advantages include better testability, easy-to-understand code, swappable components, scalability and isolated features. Cons