Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ca7d353 authored by Dan Dascalescu's avatar Dan Dascalescu
Browse files

Fix typo "pass" -> "passes"

bug: 26016604
Change-Id: Idab945201fc5c13c4a505c1bc4d73147d5a4bce8
parent a95c52f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>