diff --git a/guides/release/tutorial/part-1/component-basics.md b/guides/release/tutorial/part-1/component-basics.md index 8a4c9d2749..96331f8340 100644 --- a/guides/release/tutorial/part-1/component-basics.md +++ b/guides/release/tutorial/part-1/component-basics.md @@ -65,8 +65,9 @@ Let's try it out by editing the index template:

Welcome to Super Rentals!

We hope you find exactly what you're looking for in a place to stay.

About Us - + + ``` ## Refactoring Existing Code @@ -90,8 +91,8 @@ Let's do the same for our other two pages as well. AND building Ember applications.

Contact Us - + ``` ```handlebars { data-filename="app/templates/contact.hbs" data-diff="-1,-2,+3,-19,+20" } @@ -113,8 +114,8 @@ Let's do the same for our other two pages as well. superrentalsrep@emberjs.com About - + ``` After saving, everything should look exactly the same as before, and all the tests should still pass. Very nice!