From 72cd4115b0c769d682da31bc9d688610e2506d43 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Tue, 10 Oct 2023 11:45:57 +1100 Subject: [PATCH] Update files/en-us/web/api/publickeycredential/parsecreationoptionsfromjson_static/index.md Co-authored-by: Chris Mills --- .../parsecreationoptionsfromjson_static/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/publickeycredential/parsecreationoptionsfromjson_static/index.md b/files/en-us/web/api/publickeycredential/parsecreationoptionsfromjson_static/index.md index 9e823354500b938..a22d184989729b9 100644 --- a/files/en-us/web/api/publickeycredential/parsecreationoptionsfromjson_static/index.md +++ b/files/en-us/web/api/publickeycredential/parsecreationoptionsfromjson_static/index.md @@ -24,7 +24,7 @@ PublicKeyCredential.parseCreationOptionsFromJSON(options) - `options` - - : An object with the same structure as the Web Authentication API [`publicKey` create credentials options object structure](/en-US/docs/Web/API/CredentialsContainer/create#publickey_object_structure), but with [base64url](/en-US/docs/Glossary/Base64) encoded strings used in place of buffer properties. + - : An object with the same structure as the Web Authentication API [`publicKey` create credentials options object](/en-US/docs/Web/API/CredentialsContainer/create#publickey_object_structure), but with [base64url](/en-US/docs/Glossary/Base64)-encoded strings used in place of buffer properties. ### Return value