Skip to content

Commit 30af91b

Browse files
MLHalebartelsjoshuac
authored andcommitted
Update component-basics.md
Fixed juxtaposed </div> and </Jumbo> in example handlebars code. Credit to student in CYBR 8470 for finding this in their lab. Co-authored-by: bartelsjoshuac <bartelsjoshuac@gmail.com>
1 parent f5f284c commit 30af91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/tutorial/part-1/component-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ Let's do the same for our other two pages as well.
113113
<a href="mailto:superrentalsrep@emberjs.com">superrentalsrep@emberjs.com</a>
114114
</address>
115115
<LinkTo @route="about" class="button">About</LinkTo>
116-
</div>
117116
</Jumbo>
117+
</div>
118118
```
119119

120120
After saving, everything should look exactly the same as before, and all the tests should still pass. Very nice!

0 commit comments

Comments
 (0)