From ab075f7b0548377186db3a8a6732f94ba41c04cc Mon Sep 17 00:00:00 2001 From: Philip Gregor Date: Wed, 26 Jun 2024 17:30:47 -0700 Subject: [PATCH] Fixing spelling error --- examples/tv-casting-app/APIs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tv-casting-app/APIs.md b/examples/tv-casting-app/APIs.md index 92441511238abe..e799074dd7afb6 100644 --- a/examples/tv-casting-app/APIs.md +++ b/examples/tv-casting-app/APIs.md @@ -929,7 +929,7 @@ CommissionerDeclaration message as follows: `StopConnecting` to alert the `CastingPlayer` that the commissioning attempt was canceled. 1. The Casting Client should then update the commissioning session's PAKE - verifier with the user-entered Passcode using the API's described in the + verifier with the user-entered Passcode using the APIs described in the Initialize the Casting Client section above. 1. Finally, the Casting Client should call `ContinueConnecting` to send a second IdentificationDeclaration message to the `CastingPlayer` with @@ -1001,7 +1001,7 @@ targetCastingPlayer->VerifyOrEstablishConnection(connectionCallbacks, ... ``` -On Andorid, the Casting Client can connect to a `CastingPlayer`, using the +On Android, the Casting Client can connect to a `CastingPlayer`, using the optional `CastingPlayer` / Commissioner-Generated Passcode UDC feature, by successfully calling `verifyOrEstablishConnection`, updating the PAKE verifier and then calling `continueConnecting` on the `CastingPlayer`.