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

Commit f993fb6

Browse files
small grammar corrections
1 parent ed7ca15 commit f993fb6

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
@@ -132,9 +132,9 @@ The layouts processing mechanism does not involve fallback. The system collects
132132

133133
1. Current theme layouts: `<theme_dir>/<Vendor>_<Module>/layout/`
134134

135-
1. Ancestor themes layouts, starting from the most distant ancestor, recursively until a theme with no parent is reached: `<parent_theme_dir>/<Vendor>_<Module>/layout/`
135+
1. Ancestor theme layouts, starting from the most distant ancestor, recursively until a theme with no parent is reached: `<parent_theme_dir>/<Vendor>_<Module>/layout/`
136136

137-
1. All modules layout files in sequence defined in app/etc/config.php respecting the component load order. For each module:
137+
1. All module layout files in sequence, defined in `app/etc/config.php` respecting the component load order. For each module:
138138
* Layout files for the `base` area: `<module_dir>/view/base/layout/`
139139
* Layout files for the `frontend` area: `<module_dir>/view/frontend/layout/`
140140

0 commit comments

Comments
 (0)