summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dan Dascalescu <dandv@google.com> 2016-02-05 23:20:53 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-02-05 23:20:53 +0000
commit2bcde9fa9ae6d167612d4520f5dffdeafaf54e17 (patch)
tree8be5c3772690a94c894a6bf9f96e8ccdcce9864e
parent4b8bc437ff59651882f60718737ed0ef8f9cf991 (diff)
parent4de6c74fc0f7c87440d0ced92f330da29016d884 (diff)
Merge "docs: Fix typo "allows the application can recognize" -> to" into mnc-docs
-rw-r--r--docs/html/guide/topics/ui/menus.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/menus.jd b/docs/html/guide/topics/ui/menus.jd
index 4f81c93d73c0..11e84f11de6c 100644
--- a/docs/html/guide/topics/ui/menus.jd
+++ b/docs/html/guide/topics/ui/menus.jd
@@ -166,7 +166,7 @@ appearance and behavior. The items in the above menu include the following attri
<dl>
<dt>{@code android:id}</dt>
- <dd>A resource ID that's unique to the item, which allows the application can recognize the item
+ <dd>A resource ID that's unique to the item, which allows the application to recognize the item
when the user selects it.</dd>
<dt>{@code android:icon}</dt>
<dd>A reference to a drawable to use as the item's icon.</dd>