summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2015-05-27 17:09:58 -0700
committerAndrew Solovay <asolovay@google.com>2015-05-27 17:09:58 -0700
commit42612c836532f25574511fc0c9ff26a8b2c9feed (patch)
tree0e626dff517e0f6f91e9db3abe7c33a9f78f32ca /docs/html
parent772dab7b24ce8be1e8f0e57ad6f5ba2bfa0203ee (diff)
downloadframeworks_base-42612c836532f25574511fc0c9ff26a8b2c9feed.zip
frameworks_base-42612c836532f25574511fc0c9ff26a8b2c9feed.tar.gz
frameworks_base-42612c836532f25574511fc0c9ff26a8b2c9feed.tar.bz2
docs: Fixing typo in app-linking doc
bug: 21474283 Change-Id: I0e29db2b40478b9e0ec01039ccf747f659af7317
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/preview/features/app-linking.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/preview/features/app-linking.jd b/docs/html/preview/features/app-linking.jd
index a677b1c..398b038 100644
--- a/docs/html/preview/features/app-linking.jd
+++ b/docs/html/preview/features/app-linking.jd
@@ -17,7 +17,7 @@ page.title=App Links
<p>
The Android Intent system is a flexible mechanism to enable apps to handle content and requests.
Multiple apps may declare matching URI patterns in their intent filters. When a user clicks on a
- web link that does not have default launch handler, the platform may show a dialog for the user
+ web link that does not have a default launch handler, the platform may show a dialog for the user
to select from a list of apps that have declared matching intent filters.
</p>