From 3e52fef36bf9108150323e6e313c7ca14debbb03 Mon Sep 17 00:00:00 2001 From: Oleksandr Glushchenko <117204585+LexGlu@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:47:38 +0300 Subject: [PATCH] Adds missing whitespace (#5515) --- .../backend/content/115-architectural-patterns/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/backend/content/115-architectural-patterns/index.md b/src/data/roadmaps/backend/content/115-architectural-patterns/index.md index 6e1d5bd7a..5b954fb5e 100644 --- a/src/data/roadmaps/backend/content/115-architectural-patterns/index.md +++ b/src/data/roadmaps/backend/content/115-architectural-patterns/index.md @@ -1,6 +1,6 @@ # Architectural Patterns -An architectural pattern is a general, reusable solution to a commonly occurring problem in software architecture within a given context.The architectural patterns address various issues in software engineering, such as computer hardware performance limitations, high availability and minimization of a business risk. +An architectural pattern is a general, reusable solution to a commonly occurring problem in software architecture within a given context. The architectural patterns address various issues in software engineering, such as computer hardware performance limitations, high availability and minimization of a business risk. Visit the following resources to learn more: