[Issue] Create the passkey credential

Hello,

I’m writing to you about this phrasing from the “Create the passkey credential” from the Demo: “The Relying Party calls the navigator.credentials.create() method from the WebAuthn API in the Client with the registration options as a parameter.”

I think it is a bit confusing as it is not the Relying Party that calls the WebAuthn API, but the Client. The Relying Party just emits the Create Credentials Options to the Client to be used by the Client when calling navigator.credentials.create()

Thank you.