From 8f4fb09ab142d1e08aeda2fb9ca215e602e11935 Mon Sep 17 00:00:00 2001 From: Marco Koch Date: Thu, 6 Dec 2018 10:56:26 +0100 Subject: [PATCH] Fix spelling error in behavioral patterns page (#24041) --- .../algorithm-design-patterns/behavioral-patterns/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/algorithms/algorithm-design-patterns/behavioral-patterns/index.md b/guide/english/algorithms/algorithm-design-patterns/behavioral-patterns/index.md index 50fb1efa6e..51fb7a9204 100644 --- a/guide/english/algorithms/algorithm-design-patterns/behavioral-patterns/index.md +++ b/guide/english/algorithms/algorithm-design-patterns/behavioral-patterns/index.md @@ -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: