From 667e9c9a532a0231540a42e34a00367c609db4bb Mon Sep 17 00:00:00 2001 From: reluc Date: Mon, 13 Dec 2021 14:08:10 +0100 Subject: [PATCH] chore: fix two minor typos --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}}.