Skip to content

Commit

Permalink
Update files/en-us/web/api/credentialscontainer/create/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hamish Willee <[email protected]>
  • Loading branch information
wbamberg and hamishwillee authored May 14, 2024
1 parent 8d0e847 commit 4df76b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/credentialscontainer/create/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ makeCredential.addEventListener("click", async () => {

### Creating a public key credential

This example creates a public key credential from a from a {{domxref("PublicKeyCredentialCreationOptions")}} object.
This example creates a public key credential from a {{domxref("PublicKeyCredentialCreationOptions")}} object.

```js
const publicKey = {
Expand Down

0 comments on commit 4df76b9

Please sign in to comment.