@@ -58,7 +58,7 @@ When invoking a component, Ember will replace the component tag with the content
58
58
59
59
Let's try it out by editing the index template:
60
60
61
- ``` handlebars { data-filename="app/templates/index.hbs" data-diff="-1,-2,+3,-7,+ 8" }
61
+ ``` handlebars { data-filename="app/templates/index.hbs" data-diff="-1,-2,+3,+7,- 8" }
62
62
<div class="jumbo">
63
63
<div class="right tomster"></div>
64
64
<Jumbo>
@@ -80,7 +80,7 @@ After saving the changes, your page should automatically reload, and, _voilà_..
80
80
81
81
Let's do the same for our other two pages as well.
82
82
83
- ``` handlebars { data-filename="app/templates/about.hbs" data-diff="-1,-2,+3,- 11,+ 12" }
83
+ ``` handlebars { data-filename="app/templates/about.hbs" data-diff="-1,-2,+3,+ 11,- 12" }
84
84
<div class="jumbo">
85
85
<div class="right tomster"></div>
86
86
<Jumbo>
@@ -95,7 +95,7 @@ Let's do the same for our other two pages as well.
95
95
</div>
96
96
```
97
97
98
- ``` handlebars { data-filename="app/templates/contact.hbs" data-diff="-1,-2,+3,- 19,+ 20" }
98
+ ``` handlebars { data-filename="app/templates/contact.hbs" data-diff="-1,-2,+3,+ 19,- 20" }
99
99
<div class="jumbo">
100
100
<div class="right tomster"></div>
101
101
<Jumbo>
0 commit comments