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`