1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-20 08:02:35 +02:00

Update design-patterns-for-humans.md

A typo that may cause confusion.
This commit is contained in:
Konstantinos Psychas
2019-11-23 19:20:13 -05:00
committed by Kamran Ahmed
parent 1852ff7352
commit c2f077a3ba

View File

@@ -1257,7 +1257,7 @@ In plain words
Wikipedia says
> In software engineering, behavioral design patterns are design patterns that identify common communication patterns between objects and realize these patterns. By doing so, these patterns increase flexibility in carrying out this communication.
There are 7 types of 10 types of behavioral design patterns
There are 10 types of behavioral design patterns
* [Chain of Responsibility](#-chain-of-responsibility)
* [Command](#-command)