From f2129ad8c84ae43533521fcbdf51bc86a7feef47 Mon Sep 17 00:00:00 2001 From: Julian Martins <61232820+FDMJ@users.noreply.github.com> Date: Mon, 21 Sep 2026 10:09:04 +0200 Subject: [PATCH] Fix typo in architectural basics introduction Corrected a typo in the introduction of the architectural basics section. --- src/pages/architecture/basics/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/architecture/basics/index.md b/src/pages/architecture/basics/index.md index 4004f9c38..293951cf5 100644 --- a/src/pages/architecture/basics/index.md +++ b/src/pages/architecture/basics/index.md @@ -7,7 +7,7 @@ keywords: # Architectural basics -The Adobe Commere and Magento Open Source framework incorporates the core architectural principles of object-oriented, PHP-based applications. Comprehensive discussions of these general principles exist both on-line and in printed form. +The Adobe Commerce and Magento Open Source framework incorporates the core architectural principles of object-oriented, PHP-based applications. Comprehensive discussions of these general principles exist both on-line and in printed form. The following discussion focuses on how these topics apply directly to Commerce: