Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit c819360

Browse files
authored
Update guide following new code
1 parent aa0de1e commit c819360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/extension-dev-guide/build/di-xml-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ This mapping is in `app/etc/di.xml`, so the object manager injects the `Magento\
276276
</config>
277277
```
278278

279-
This mapping is in `app/code/Magento/Backend/etc/adminhtml/di.xml`, so the object manager injects the `Magento\Backend\Model\Url` implementation class wherever there is a request for the `Magento\Framework\UrlInterface` in the [admin](https://glossary.magento.com/admin) area.
279+
This mapping is in `app/code/Magento/Backend/etc/adminhtml/di.xml`, so the object manager injects the `Magento\Backend\Model\UrlInterface` implementation class wherever there is a request for the `Magento\Framework\UrlInterface` in the [admin](https://glossary.magento.com/admin) area.
280280

281281
### Override a method using 'preference' nodes
282282

0 commit comments

Comments
 (0)