Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 232cc3d

Browse files
author
Eduardo Fullea
committed
rephrasing wake up
1 parent 03a15f3 commit 232cc3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,7 +1716,7 @@ <h2><a>MessagingCursor</a> Interface</h2>
17161716
<section>
17171717
<h2><a>ReceivedMessage</a> Interface</h2>
17181718
<p>The <a>ReceivedMessage</a> interface represents a system message related to
1719-
a received message. This event is originated from the system and will wake up
1719+
a received message. This event is originated from the system and will start
17201720
the application if it is not currently running.
17211721

17221722
<p>The application that consumes this API SHOULD set a message handler for the
@@ -1737,7 +1737,7 @@ <h2><a>ReceivedMessage</a> Interface</h2>
17371737
<h2><a>DeliveryReport</a> Interface</h2>
17381738
<p>The <a>DeliveryReport</a> interface represents a system message related to
17391739
a delivery report of a sent message. This event is originated from the system
1740-
and will wake up the application if it is not currently running.
1740+
and will start the application if it is not currently running.
17411741

17421742
<p>The application that consumes this API MAY set a message handler for the
17431743
<code>DeliveryReport</code> system message to listen for when a system

0 commit comments

Comments
 (0)