Skip to content

Commit 1182289

Browse files
authored
Fix doc typo (#456)
`docs/template.hbs` is the incorrect file name, the file it asks you to create should match the title of the `docs-snippet`
1 parent ce60649 commit 1182289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dummy/app/pods/docs/quickstart/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ AddonDocs is unopinionated about how you style your application, so you can use
8686

8787
## 6. Create your docs skeleton
8888

89-
The `docs` route is the entry point for your guides and API docs. Create a new `docs/template.hbs` file for the `docs` route and add the `<DocsViewer />` component:
89+
The `docs` route is the entry point for your guides and API docs. Create a new `docs.hbs` file for the `docs` route and add the `<DocsViewer />` component:
9090

9191
{{#docs-snippet name="quickstart-skeleton.hbs" language="htmlbars" title="tests/dummy/app/templates/docs.hbs"}}
9292
{{#docs-viewer as |viewer|}}

0 commit comments

Comments
 (0)