summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typescript-types')
-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
*/