Skip to content

Commit 972713b

Browse files
committed
(Unrelated) Fix a docstring typo
1 parent 8798082 commit 972713b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server/src/authentication/verifyAuthenticationResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export type VerifyAuthenticationResponseOpts = Parameters<typeof verifyAuthentic
2424
*
2525
* **Options:**
2626
*
27-
* @param response - Response returned by **@simplewebauthn/browser**'s `startAssertion()`
27+
* @param response - Response returned by **@simplewebauthn/browser**'s `startAuthentication()`
2828
* @param expectedChallenge - The base64url-encoded `options.challenge` returned by `generateAuthenticationOptions()`
2929
* @param expectedOrigin - Website URL (or array of URLs) that the registration should have occurred on
3030
* @param expectedRPID - RP ID (or array of IDs) that was specified in the registration options

0 commit comments

Comments
 (0)