From 5ab8f616f618c26479d8a30ff05c1b9a6c70c529 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Fri, 4 Mar 2016 08:55:51 -0600 Subject: [PATCH] docs(api): update API index.md --- scripts/docs/templates/api_index.template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/docs/templates/api_index.template.html b/scripts/docs/templates/api_index.template.html index 0a559bac1a..eb6a8a7e30 100644 --- a/scripts/docs/templates/api_index.template.html +++ b/scripts/docs/templates/api_index.template.html @@ -20,6 +20,6 @@ Ionic 2 takes everything you know and loved about Ionic 1, and builds on top of In the API docs, you'll find two kinds of doc pages: Component and Service APIs. -The Component docs include things like `ion-toggle`, `ion-radio`, `ion-tabs` and show you how to use them, as well as all of their available properties and events. +The Component APIs include classes like `Menu`, `Nav` or `Checkbox` and show you how to use them, in addition to listing their selectors, available properties and events. -The Service APIs include `NavController`, `NavParams`, `Config` or `Platform`. These are Services provided by Ionic 2 that can be injected into your classes. +The Service APIs are classes like `NavController`, `NavParams`, `Config` or `Platform`. These are services provided by Ionic 2 that can be injected into your classes.