summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Kennedy <skennedy@google.com> 2013-01-16 10:13:02 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2013-01-16 10:13:02 -0800
commitb61121d2a162493e97530fc7a6cbfce47c014b00 (patch)
tree93a2a4ab30718e2ae9717940fb5e9fb196c80807
parent6f8fe8dd4af55fb45ba9002cb0c36c8818a0b030 (diff)
parentee6f89ff9cf08f78af84428102b910dd1275ef2d (diff)
am ee6f89ff: am 3332aa98: am d7ec742c: docs: Minor typos
* commit 'ee6f89ff9cf08f78af84428102b910dd1275ef2d': docs: Minor typos
-rw-r--r--docs/html/guide/topics/resources/more-resources.jd2
-rw-r--r--docs/html/guide/topics/resources/string-resource.jd2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/resources/more-resources.jd b/docs/html/guide/topics/resources/more-resources.jd
index 9fa1a2dab100..b5f449a18ada 100644
--- a/docs/html/guide/topics/resources/more-resources.jd
+++ b/docs/html/guide/topics/resources/more-resources.jd
@@ -575,7 +575,7 @@ ID to reference the array.</dd>
</dl>
</dd>
<dt id="integer-array-item-element"><code>&lt;item&gt;</code></dt>
- <dd>An integer. The value can be a referenced to another
+ <dd>An integer. The value can be a reference to another
integer resource. Must be a child of a {@code &lt;integer-array&gt;} element.
<p>No attributes.</p>
</dd>
diff --git a/docs/html/guide/topics/resources/string-resource.jd b/docs/html/guide/topics/resources/string-resource.jd
index 27761e222af9..5a96ba172b4b 100644
--- a/docs/html/guide/topics/resources/string-resource.jd
+++ b/docs/html/guide/topics/resources/string-resource.jd
@@ -303,7 +303,7 @@ resource ID.</dd>
</dd>
<dt id="plurals-item-element"><code>&lt;item&gt;</code></dt>
- <dd>A plural or singular string. The value can be a referenced to another
+ <dd>A plural or singular string. The value can be a reference to another
string resource. Must be a child of a {@code &lt;plurals&gt;} element. Beware that you must
escape apostrophes and quotation marks. See <a href="#FormattingAndStyling">Formatting and
Styling</a>, below, for information about to properly style and format your strings.