Skip to content

Commit 68308dc

Browse files
authored
Update README.md (iluwatar#1590)
1 parent 1e10951 commit 68308dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

factory/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ and manage it.
119119

120120
Pros
121121

122-
* Allows keeping all objects creation in one place and avoid of spreading 'new' key value across codebase.
123-
* Allows to writs loosely coupled code. Some of its main advantages include better testability, easy-to-understand code, swappable components, scalability and isolated features.
122+
* Allows keeping all objects creation in one place and avoid of spreading 'new' keyword across codebase.
123+
* Allows to write loosely coupled code. Some of its main advantages include better testability, easy-to-understand code, swappable components, scalability and isolated features.
124124

125125
Cons
126126

0 commit comments

Comments
 (0)