From 1eb4daa37c20189da598b1c9e4926fdb91b3555a Mon Sep 17 00:00:00 2001 From: Cory Forsyth Date: Tue, 9 Jul 2019 14:52:59 -0400 Subject: [PATCH] Minor change to quickstart docs Change "An" -> "Add" --- tests/dummy/app/pods/docs/quickstart/template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dummy/app/pods/docs/quickstart/template.md b/tests/dummy/app/pods/docs/quickstart/template.md index a07adde6b..bfcd96893 100644 --- a/tests/dummy/app/pods/docs/quickstart/template.md +++ b/tests/dummy/app/pods/docs/quickstart/template.md @@ -136,7 +136,7 @@ This will generate and modify the files for your `usage` docs page. Remember, the dummy site is a full Ember application and these components are just here to help you get going. Feel free to make other components to help you best document your library! -## 8. An some API docs to a component, object or function +## 8. Add some API docs to a component, object or function As you document the public objects in your addon, they'll automatically show up in the left-hand navigation of your `docs` route under the "API REFERENCE" section, assuming you added the `` component.