Skip to content

Commit cae77aa

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#97 from gabrielbull/patch-1
Corrected typo
2 parents 5412ff9 + 23e1376 commit cae77aa

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)