From c90464ba500536c8cdf5de44b9079dc181bba925 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Wed, 3 Jun 2020 07:55:52 -0700 Subject: Capitalize “base64url” in existing comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/typescript-types/src/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/typescript-types/src') diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index 772184f..bcecc64 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -47,7 +47,7 @@ export interface AttestationCredential extends PublicKeyCredential { /** * A slightly-modified AttestationCredential to simplify working with ArrayBuffers that - * are base64url-encoded in the browser so that they can be sent as JSON to the server. + * are Base64URL-encoded in the browser so that they can be sent as JSON to the server. */ export interface AttestationCredentialJSON extends Omit { @@ -64,7 +64,7 @@ export interface AssertionCredential extends PublicKeyCredential { /** * A slightly-modified AssertionCredential to simplify working with ArrayBuffers that - * are base64url-encoded in the browser so that they can be sent as JSON to the server. + * are Base64URL-encoded in the browser so that they can be sent as JSON to the server. */ export interface AssertionCredentialJSON extends Omit { @@ -108,6 +108,6 @@ export type AuthenticatorDevice = { }; /** - * An attempt to communicate that this isn't just any string, but a base64url-encoded string + * An attempt to communicate that this isn't just any string, but a Base64URL-encoded string */ export type Base64URLString = string; -- cgit v1.2.3