Skip to content

Commit 23e1376

Browse files
committed
Corrected typo
1 parent d24be57 commit 23e1376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Creational/SimpleFactory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ConcreteFactory is a simple factory pattern.
66

77
It differs from the static factory because it is NOT static and as you know: static => global => evil!
88

9-
Therefore, you can haZ multiple factories, differently parametrized, you can subclass it and you can mock-up it.
9+
Therefore, you can have multiple factories, differently parametrized, you can subclass it and you can mock-up it.

0 commit comments

Comments
 (0)