Skip to content

Commit 27d6b0d

Browse files
committed
Fix typos
1 parent 63e7995 commit 27d6b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ all docs pages in your site.
4747
{{/docs-snippet}}
4848

4949
4. **Create your Markdown templates.** Markdown templates contain the actual
50-
actual documentation for your addon and live in the folder
50+
documentation for your addon and live in the folder
5151
`tests/dummy/app/templates/docs`. Since Addon Docs supports Markdown out
5252
of the box we will create two `.md` files (one for your docs `index` and one
5353
for the `usage` page).
@@ -104,7 +104,7 @@ create the associated template.
104104
`localhost:4200/docs` to enjoy your brand new documentation website.
105105

106106
8. **Create more pages.** To add more doc pages simply follow the same steps as
107-
used for the `Usage` page in above instructions:
107+
used for the `Usage page in above examples`:
108108

109109
- create a docs subroute
110110
- add a corresponding navigation item to the `docs` template

0 commit comments

Comments
 (0)