diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-20 23:59:07 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-20 23:59:07 -0700 |
commit | 39385d48866e976ab37ab802c2500b7a7471ace2 (patch) | |
tree | 5a0dc97c6cd05df18944fde46d23a687d50145b7 /packages/browser/src/methods/startAttestation.ts | |
parent | de05c7385b857c7c11eb2e135c598dc467a3af0b (diff) |
Try to settle on a metaphor
Diffstat (limited to 'packages/browser/src/methods/startAttestation.ts')
-rw-r--r-- | packages/browser/src/methods/startAttestation.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/src/methods/startAttestation.ts b/packages/browser/src/methods/startAttestation.ts index 4d5995a..800b8e6 100644 --- a/packages/browser/src/methods/startAttestation.ts +++ b/packages/browser/src/methods/startAttestation.ts @@ -9,7 +9,7 @@ import toBase64String from '../helpers/toBase64String'; import supportsWebauthn from '../helpers/supportsWebauthn'; /** - * Begin authenticator registration via WebAuthn "attestation" + * Begin authenticator "registration" via WebAuthn attestation * * @param creationOptionsJSON Output from @webauthntine/server's generateAttestationOptions(...) */ |