Fix spelling error in behavioral patterns page (#24041)

This commit is contained in:
Marco Koch
2018-12-06 10:56:26 +01:00
committed by Manish Giri
parent 14ea59d86d
commit 8f4fb09ab1

View File

@ -4,7 +4,7 @@ title: Behavioral patterns
## Behavioral patterns
Behavioral design patterns are design patterns that identify common communication problems between objects and realize these patterns. By doing so, these patterns increase flexibility in carrying out this communication, making the software more reliable and easy to mantain.
Behavioral design patterns are design patterns that identify common communication problems between objects and realize these patterns. By doing so, these patterns increase flexibility in carrying out this communication, making the software more reliable and easy to maintain.
Examples of this type of design pattern include: