From 68308dc550cbb3ac2d9b65a00c4c8d5c0d93bca1 Mon Sep 17 00:00:00 2001 From: Anurag870 Date: Sat, 5 Dec 2020 14:04:49 +0530 Subject: [PATCH] Update README.md (#1590) --- factory/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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