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

Commit cbea233

Browse files
authored
Updated to match Barney's ExampleCorp PR
1 parent f1eeb5e commit cbea233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/frontend-dev-guide/themes/theme-inherit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ To add an extending layout file:
146146

147147
**Example:**
148148

149-
SampleCo decided they should remove the "copyright" from the footer, defined in `<Magento_Theme_module_dir>/view/frontend/layout/default.xml`
150-
To do this, they added an extending layout in `app/design/frontend/SampleCo/orange/Magento_Theme/layout/default.xml` :
149+
ExampleCorp decided they should remove the "copyright" from the footer, defined in `<Magento_Theme_module_dir>/view/frontend/layout/default.xml`
150+
To do this, they added an extending layout in `app/design/frontend/ExampleCorp/orange/Magento_Theme/layout/default.xml` :
151151

152152
```xml
153153
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">

0 commit comments

Comments
 (0)