Skip to content

Commit f942a1d

Browse files
radubunicoder88
authored andcommitted
Update 1. Describe Magento’s module-based architecture.md
1 parent c78270a commit f942a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1. Magento Architecture and Customization Techniques/1. Describe Magento’s module-based architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Examples [1],[2],[3],[4],[5],[6] taken from [Magento DevDocs - Register your com
104104
Minimization of software dependencies is a cornerstone of Magento architecture. Based on this principle there are several logical limitations:
105105
1. One module is responsible only for one feature.
106106
1. Module dependencies on other modules must be declared explicitly.
107-
1. Excluding or disabling a module should not disabling another module.
107+
1. Excluding or disabling a module should not disable another module.
108108

109109
# How do different modules interact with each other?
110110
Magento 2 is [PSR-4](https://www.php-fig.org/psr/psr-4/) compliant. As a main principle of module interaction Magento 2 declares a dependency injection pattern and service contracts.

0 commit comments

Comments
 (0)