From bd553fa630618266c7101b7c8ee44a4931b28f60 Mon Sep 17 00:00:00 2001 From: Bilal Rahim Date: Tue, 21 Nov 2023 09:16:32 +0500 Subject: [PATCH] Update 101-posa-patterns.md The correct abbreviation for POSA is Pattern-Oriented Software Architecture not Patterns of Scalable and Adaptable Software Architecture. Thanks --- .../content/104-design-patterns/101-posa-patterns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/software-design-architecture/content/104-design-patterns/101-posa-patterns.md b/src/data/roadmaps/software-design-architecture/content/104-design-patterns/101-posa-patterns.md index 9487afbb4..c33b0ba4d 100644 --- a/src/data/roadmaps/software-design-architecture/content/104-design-patterns/101-posa-patterns.md +++ b/src/data/roadmaps/software-design-architecture/content/104-design-patterns/101-posa-patterns.md @@ -1,6 +1,6 @@ # POSA Patterns -POSA (Patterns of Scalable and Adaptable Software Architecture) is a set of design patterns for developing software systems that can scale and adapt to changing requirements. These patterns were first described in the book "Patterns of Scalable, Reliable Services" by Kevin Hoffman. +POSA (Pattern-Oriented Software Architecture) is a set of design patterns for developing software systems that can scale and adapt to changing requirements. These patterns were first described in the book "Patterns of Scalable, Reliable Services" by Kevin Hoffman. POSA patterns are divided into four categories: