Skip to content

Commit 2dcf63c

Browse files
committed
fixed typo in abstract factory pattern
1 parent 684cad9 commit 2dcf63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abstract-factory/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Use the Abstract Factory pattern when
142142
* Dependency injection in java hides the service class dependencies that can lead to runtime errors that would have been caught at compile time.
143143

144144
## Tutorial
145-
* [Abstract Factory Method Tutorial](https://www.journaldev.com/1418/abstract-factory-design-pattern-in-java)
145+
* [Abstract Factory Pattern Tutorial](https://www.journaldev.com/1418/abstract-factory-design-pattern-in-java)
146146

147147
## Real world examples
148148

0 commit comments

Comments
 (0)