Skip to content

Commit 6643bdd

Browse files
MLHalemansona
authored andcommitted
Update component-basics.md
Fixed addition instances of transposition
1 parent 30af91b commit 6643bdd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ Let's try it out by editing the index template:
6565
<h2>Welcome to Super Rentals!</h2>
6666
<p>We hope you find exactly what you're looking for in a place to stay.</p>
6767
<LinkTo @route="about" class="button">About Us</LinkTo>
68-
</div>
6968
</Jumbo>
69+
</div>
70+
7071
```
7172

7273
## Refactoring Existing Code
@@ -90,8 +91,8 @@ Let's do the same for our other two pages as well.
9091
AND building Ember applications.
9192
</p>
9293
<LinkTo @route="contact" class="button">Contact Us</LinkTo>
93-
</div>
9494
</Jumbo>
95+
</div>
9596
```
9697

9798
```handlebars { data-filename="app/templates/contact.hbs" data-diff="-1,-2,+3,-19,+20" }

0 commit comments

Comments
 (0)