summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-04-27 22:39:15 -0700
committerMatthew Miller <matthew@millerti.me>2022-05-15 21:49:33 -0700
commiteab6ae4bafca8308614d4f754a6490c7e6c8ee36 (patch)
tree1435e3eb73313573be9a4c581290b88b4ed28b5c
parent8c22b01acbd5753787423e803d648dcdfdb002ba (diff)
Tweak docstring for CredentialDeviceType
-rw-r--r--packages/typescript-types/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts
index dd7e52f..6381b80 100644
--- a/packages/typescript-types/src/index.ts
+++ b/packages/typescript-types/src/index.ts
@@ -154,7 +154,7 @@ export interface AuthenticatorAttestationResponseFuture extends AuthenticatorAtt
export type AuthenticatorTransport = "ble" | "internal" | "nfc" | "usb" | "cable";
/**
- * The two types of credentials as defined by bits 3 and 4 in authenticator data:
+ * The two types of credentials as defined by bit 3 ("Backup Eligibility") in authenticator data:
* - `"singleDevice"` credentials will never be backed up
* - `"multiDevice"` credentials can be backed up
*/