Skip to content

Commit

Permalink
Fixing spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
pgregorr-amazon committed Jun 27, 2024
1 parent 1311fe9 commit ab075f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tv-casting-app/APIs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`.
Expand Down

0 comments on commit ab075f7

Please sign in to comment.