From f27ab3c12625f34a4221477001a603390b505e65 Mon Sep 17 00:00:00 2001 From: Bert McMeen Date: Tue, 2 Aug 2016 13:45:24 -0700 Subject: [PATCH] Docs: Fixed typo in API Overview Bug: 30436707 Change-Id: I99a2b103d0643158da00ee0b5547b52bf6ebc040 --- docs/html/wear/preview/api-overview.jd | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/html/wear/preview/api-overview.jd b/docs/html/wear/preview/api-overview.jd index 42336244e4e6f..0b3ac6bf4b2dd 100644 --- a/docs/html/wear/preview/api-overview.jd +++ b/docs/html/wear/preview/api-overview.jd @@ -45,19 +45,19 @@ page.image=images/cards/card-n-apis_2x.png

The Android Wear Preview API is still in active development, but you can try it now as part of the Wear 2.0 Developer Preview. The sections below - highlight some of the new features for Wear developers. + highlight some of the new features for Android Wear developers.

User Interface Improvements

-

The preview introduces powerful additions to the user interface, opening up -exciting possibilities to developers. -A complication is any feature in a watch face that displays more than hours and -minutes. With the Complications API, - watch faces can display extra information and separate apps can expose complication - data. -The navigation and action drawers provide users with new ways to interact with apps. +

+ The preview introduces powerful additions to the user interface, opening up + exciting possibilities to developers. A complication + is any feature in a watch face that displays more than hours and + minutes. With the Complications API, watch faces can display extra information + and separate apps can expose complication data. The navigation and action + drawers provide users with new ways to interact with apps.

@@ -69,8 +69,8 @@ The navigation and action drawers provide users with new ways to interact with a A complication is a feature of a watch face that displays more than hours and minutes, such as a - battery indicator or a step counter. The Complications API helps watch face - developers create these features visual features and data connections they + battery indicator or a step counter. The Complications API thus helps watch face + developers create visual features and the data connections they require.