Skip to content

Commit 306a9ac

Browse files
authored
Merge pull request ember-learn#334 from smfoote/patch-1
Fix typo in example template
2 parents 8332ae8 + c237c6c commit 306a9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v3.6.0/routing/defining-your-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ The index route is most helpful for rendering a view when the route has [dynamic
212212
A `templates/posts.hbs` file has the following:
213213

214214
```handlebars {data-filename=templates/posts.hbs}
215-
<h1>This the posts template, containing headers to show on all child routes</h1>
215+
<h1>This is the posts template, containing headers to show on all child routes</h1>
216216
{{outlet}}
217217
```
218218

0 commit comments

Comments
 (0)