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

Commit 07f5689

Browse files
authored
Merge pull request #9277 from #9277
[Imported] Fix spelling error
2 parents 4eab923 + fe48e4a commit 07f5689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/frontend-dev-guide/layouts/layout-override.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ functional_areas:
77

88
## What's in this topic {#fedg_layout_override_overview}
99

10-
Not all layout customizations can be performed by [extending layouts]. If the amount of customizations is large, you can use the overriding function for the needed layout file. This means that the new file that you place in the theme will be used instead of the parent [theme] layout file of [base] layout file.
10+
Not all layout customizations can be performed by [extending layouts]. If the amount of customizations is large, you can use the overriding function for the needed layout file. This means that the new file that you place in the theme will be used instead of the parent [theme] layout file or [base] layout file.
1111

1212
In this article, [page layouts], [page configurations], and [generic layouts] are referred to as *layout files*, as the mechanism of overriding is similar for all of them.
1313

0 commit comments

Comments
 (0)