Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 844c43a9 authored by Bert McMeen's avatar Bert McMeen
Browse files

Docs: Fixed typo in API Overview

Bug: 30436707
Change-Id: I99a2b103d0643158da00ee0b5547b52bf6ebc040
(cherry picked from commit f27ab3c1)
parent 3faf6114
Loading
Loading
Loading
Loading
+10 −10
Original line number Original line Diff line number Diff line
@@ -45,19 +45,19 @@ page.image=images/cards/card-n-apis_2x.png
<p>
<p>
  The Android Wear Preview API is still in active development, but you can try
  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
  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.
</p>
</p>




<h2 id="ui">User Interface Improvements</h2>
<h2 id="ui">User Interface Improvements</h2>


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




@@ -69,8 +69,8 @@ The navigation and action drawers provide users with new ways to interact with a
  A <a href=
  A <a href=
  "https://en.wikipedia.org/wiki/Complication_(horology)">complication</a> is a
  "https://en.wikipedia.org/wiki/Complication_(horology)">complication</a> is a
  feature of a watch face that displays more than hours and minutes, such as 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
  battery indicator or a step counter. The Complications API thus helps watch face
  developers create these features visual features and data connections they
  developers create visual features and the data connections they
  require.
  require.
</p>
</p>