Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4708b7c

Browse files
author
“Jeanne
committed
MAGEDOC_2051 typo fix
1 parent f186cbc commit 4708b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v1.0/architecture/archi_perspectives/arch_layers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Typically, service contracts provide three distinct types of interfaces:
8383
However, there is no requirement that service contracts conform to all three patterns.
8484

8585
<h3>Advantages of service contracts</h3>
86-
Service contracts permit you to add a new customer extension that adds or changes business logic-level resource models and models without breaking the system. How? Through the use of the <preference> element of a dependency injection config file (`di.xml` file). The `di.xml` file specifies which PHP class to use for the interface `Magento\Customer\Api\CustomerRepositoryInterface`.
86+
Service contracts permit you to add a new customer extension that adds or changes business logic-level resource models and models without breaking the system. How? Through the use of the &lt;preference&gt; element of a dependency injection config file (`di.xml`) file. The `di.xml` file specifies which PHP class to use for the interface `Magento\Customer\Api\CustomerRepositoryInterface`.
8787

8888
Another module can change this interface file by specifying a different class name. However, if the client code uses the interface definition only, no class change is necessary.
8989

0 commit comments

Comments
 (0)