Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 36aa8a0

Browse files
committed
wrong close tag
the tag of the custom element is wrong (confused me :)) [my frst github change ever ...]
1 parent 9b119c0 commit 36aa8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<div>Left</div>
126126
<div core-flex>Main</div>
127127
<div>Right</div>
128-
<some-element>
128+
</some-element>
129129
130130
---------------------------------
131131
|-------------------------------|

0 commit comments

Comments
 (0)