From 23543812d1466cf88430546fdca36bac8f77a2e9 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Tue, 10 Oct 2023 12:35:29 +1100 Subject: [PATCH] Update files/en-us/web/api/publickeycredential/tojson/index.md Co-authored-by: Chris Mills --- files/en-us/web/api/publickeycredential/tojson/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/publickeycredential/tojson/index.md b/files/en-us/web/api/publickeycredential/tojson/index.md index 1f0642c4dcf5f48..c647356fe8979c3 100644 --- a/files/en-us/web/api/publickeycredential/tojson/index.md +++ b/files/en-us/web/api/publickeycredential/tojson/index.md @@ -38,7 +38,7 @@ The object properties are: - `id` - : The value returned by {{domxref("PublicKeyCredential.id")}}. - `rawId` - - : The value returned by {{domxref("PublicKeyCredential.rawId")}} and then [base64url](/en-US/docs/Glossary/Base64) encoding the returned value. + - : A [base64url](/en-US/docs/Glossary/Base64)-encoded version of {{domxref("PublicKeyCredential.rawId")}}. - `authenticatorAttachment` {{optional_inline}} - : The value returned by {{domxref("PublicKeyCredential.authenticatorAttachment")}}. - `type`