From 2f36b2adb479024b1684962c36c8bae0fbc249d2 Mon Sep 17 00:00:00 2001 From: Ejaz Alam Date: Sat, 8 Aug 2020 02:49:17 +0500 Subject: [PATCH 1/2] Typing mistake Corrected Typing mistake. --- src/guides/v2.3/frontend-dev-guide/layouts/xml-manage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guides/v2.3/frontend-dev-guide/layouts/xml-manage.md b/src/guides/v2.3/frontend-dev-guide/layouts/xml-manage.md index de6819ecbc0..1d0aa0e5ecf 100644 --- a/src/guides/v2.3/frontend-dev-guide/layouts/xml-manage.md +++ b/src/guides/v2.3/frontend-dev-guide/layouts/xml-manage.md @@ -456,7 +456,7 @@ Extending layout: In layout files you can change the elements order on a page. This can be done using one of the following: - [`` instruction]({{page.baseurl}}/frontend-dev-guide/layouts/xml-instructions.html#fedg_layout_xml-instruc_ex_mv): allows changing elements' order and parent. -- [`before` and `after` attributes of ``]({{page.baseurl}}/frontend-dev-guide/layouts/xml-instructions.html#fedg_xml-instrux_before-after): allows changing elements' order within one parent. +- [`before` and `after` attributes of ``]({{page.baseurl}}/frontend-dev-guide/layouts/xml-instructions.html#fedg_xml-instrux_before-after): allows changing element's order within one parent. **Example of `` usage:** put the stock availability and SKU blocks next to the product price on a product page. From f09cfe5b6c477fcb05bb819584107b4e7ab0a3d3 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Mon, 10 Aug 2020 15:39:31 -0500 Subject: [PATCH 2/2] Grammar fix --- src/guides/v2.3/frontend-dev-guide/layouts/xml-manage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guides/v2.3/frontend-dev-guide/layouts/xml-manage.md b/src/guides/v2.3/frontend-dev-guide/layouts/xml-manage.md index 1d0aa0e5ecf..d0854cc8d46 100644 --- a/src/guides/v2.3/frontend-dev-guide/layouts/xml-manage.md +++ b/src/guides/v2.3/frontend-dev-guide/layouts/xml-manage.md @@ -456,7 +456,7 @@ Extending layout: In layout files you can change the elements order on a page. This can be done using one of the following: - [`` instruction]({{page.baseurl}}/frontend-dev-guide/layouts/xml-instructions.html#fedg_layout_xml-instruc_ex_mv): allows changing elements' order and parent. -- [`before` and `after` attributes of ``]({{page.baseurl}}/frontend-dev-guide/layouts/xml-instructions.html#fedg_xml-instrux_before-after): allows changing element's order within one parent. +- [`before` and `after` attributes of ``]({{page.baseurl}}/frontend-dev-guide/layouts/xml-instructions.html#fedg_xml-instrux_before-after): sets the order of elements within a parent. **Example of `` usage:** put the stock availability and SKU blocks next to the product price on a product page.