diff --git a/index.html b/index.html index 9b0eaa66..36eed4eb 100644 --- a/index.html +++ b/index.html @@ -1688,7 +1688,7 @@

The observeProperty() method

optionally |onerror:ErrorListener| and |options:InteractionOptions|. It returns a {{Promise}} that resolves on success and rejects on failure.

- This algorithm allow for only one active {{Subscription}} per Property. If a new + This algorithm allows for only one active {{Subscription}} per Property. If a new {{Subscription}} is made while an existing {{Subscription}} is active the runtime will throw an {{NotAllowedError}}.

@@ -1862,7 +1862,7 @@

The subscribeEvent() method

optionally |onerror:ErrorListener| and |options:InteractionOptions|. It returns a {{Promise}} to signal success or failure.

- This algorithm allow for only one active {{Subscription}} per Event. If a new + This algorithm allows for only one active {{Subscription}} per Event. If a new {{Subscription}} is made while an existing {{Subscription}} is active the runtime will throw an {{NotAllowedError}}.