We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8332ae8 + c237c6c commit 306a9acCopy full SHA for 306a9ac
guides/v3.6.0/routing/defining-your-routes.md
@@ -212,7 +212,7 @@ The index route is most helpful for rendering a view when the route has [dynamic
212
A `templates/posts.hbs` file has the following:
213
214
```handlebars {data-filename=templates/posts.hbs}
215
-<h1>This the posts template, containing headers to show on all child routes</h1>
+<h1>This is the posts template, containing headers to show on all child routes</h1>
216
{{outlet}}
217
```
218
0 commit comments