Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Dec 3, 2018
1 parent d031906 commit 8ba0c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,9 @@ <h3>Subscribing to event streams</h3>
<p>
The API should allow Web applications to subscribe to receive specific
event types. For example, to support DASH <code>emsg</code> and MPD events,
the API may subscription by <code>id</code> and (optional) <code>value</code>.
the API should allow subscription by <code>id</code> and (optional) <code>value</code>.
This is to make receiving events opt-in from the application point of view.
Therefore, the user agent should deliver only those events to a Web application
The user agent should deliver only those events to a Web application
for which the application has subscribed. The API should also allow Web
applications to unsubscribe from specific event streams by event type.
</p>
Expand Down

0 comments on commit 8ba0c80

Please sign in to comment.