Fix typo: add "the" in Content Provider Basics

bug: 26339577
Change-Id: Idb94dc2399338394820b2a21592e011308f7b01e
This commit is contained in:
Dan Dascalescu
2016-01-12 16:42:00 -08:00
parent a95c52f375
commit 07e36d8527

View File

@@ -328,7 +328,7 @@ content://user_dictionary/words
</pre>
<p>
where the <code>user_dictionary</code> string is the provider's authority, and
<code>words</code> string is the table's path. The string
the <code>words</code> string is the table's path. The string
<code>content://</code> (the <strong>scheme</strong>) is always present,
and identifies this as a content URI.
</p>