Fix typo "pass" -> "passes"

bug: 26016604
Change-Id: Idab945201fc5c13c4a505c1bc4d73147d5a4bce8
This commit is contained in:
Dan Dascalescu
2016-01-12 16:29:31 -08:00
parent a95c52f375
commit 9ca7d35323

View File

@ -369,7 +369,7 @@ declare an intent filter to respond to "send" intents (in order to send a new em
</pre>
<p>Then, if another app creates an intent with the {@link
android.content.Intent#ACTION_SEND} action and pass it to {@link android.app.Activity#startActivity
android.content.Intent#ACTION_SEND} action and passes it to {@link android.app.Activity#startActivity
startActivity()}, the system may start your activity so the user can draft and send an
email.</p>