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

Commit 58113a8

Browse files
yogeshksbdenham
authored andcommitted
Make proper inline comment (#1919)
1 parent e221e8a commit 58113a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/v2.0/frontend-dev-guide/layouts/xml-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Extending layout:
251251
<arguments>
252252
<!-- Modified block argument -->
253253
<argument name="label" xsi:type="string">New Block Label</argument>
254-
<!- Newly added block argument -->
254+
<!-- Newly added block argument -->
255255
<argument name="custom_label" xsi:type="string">Custom Block Label</argument>
256256
</arguments>
257257
</referenceBlock>

guides/v2.1/frontend-dev-guide/layouts/xml-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Extending layout:
251251
<arguments>
252252
<!-- Modified block argument -->
253253
<argument name="label" xsi:type="string">New Block Label</argument>
254-
<!- Newly added block argument -->
254+
<!-- Newly added block argument -->
255255
<argument name="custom_label" xsi:type="string">Custom Block Label</argument>
256256
</arguments>
257257
</referenceBlock>

0 commit comments

Comments
 (0)