Skip to content

Commit

Permalink
chore: fix two minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Dec 13, 2021
1 parent fbb32e1 commit 667e9c9
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 @@ -1688,7 +1688,7 @@ <h3>The <dfn>observeProperty()</dfn> method</h3>
optionally |onerror:ErrorListener| and |options:InteractionOptions|.
It returns a {{Promise}} that resolves on success and rejects on failure.
<p class="ednote">
This algorithm allow for only one active {{Subscription}} per <a>Property</a>. If a new
This algorithm allows for only one active {{Subscription}} per <a>Property</a>. If a new
{{Subscription}} is made while an existing {{Subscription}} is active the runtime
will throw an {{NotAllowedError}}.
</p>
Expand Down Expand Up @@ -1862,7 +1862,7 @@ <h3>The <dfn>subscribeEvent()</dfn> method</h3>
optionally |onerror:ErrorListener| and |options:InteractionOptions|.
It returns a {{Promise}} to signal success or failure.
<p class="ednote">
This algorithm allow for only one active {{Subscription}} per <a>Event</a>. If a new
This algorithm allows for only one active {{Subscription}} per <a>Event</a>. If a new
{{Subscription}} is made while an existing {{Subscription}} is active the runtime
will throw an {{NotAllowedError}}.
</p>
Expand Down

0 comments on commit 667e9c9

Please sign in to comment.