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

Commit 4623d77

Browse files
author
James Calcaben
committed
Fix indentation
1 parent b40720d commit 4623d77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_videos/fundamentals/create-a-new-page.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ __DIR__
6767
*/
6868
-->
6969
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
70-
<module name="Learning_HelloPage" setup_version="0.0.1">
70+
<module name="Learning_HelloPage" setup_version="0.0.1">
7171
</module>
7272
</config>
7373
{% endhighlight %}
@@ -87,8 +87,8 @@ Now, since we’re working in the frontend area, we’ll add the `etc/frontend/r
8787
*/
8888
-->
8989
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
90-
<router id="standard">
91-
<route id="learning" frontName="test">
90+
<router id="standard">
91+
<route id="learning" frontName="test">
9292
<module name="Learning_HelloPage" />
9393
</route>
9494
</router>

0 commit comments

Comments
 (0)