Skip to content

Commit 547389b

Browse files
committed
Fix typo
1 parent f84e173 commit 547389b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/data/AuthenticatorSelectionCriteria.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public Optional<AuthenticatorAttachment> getAuthenticatorAttachment() {
106106
* <code>requireResidentKey</code></a> member for backwards compatibility with WebAuthn Level 1.
107107
* It will be set to <code>true</code> if this is set to {@link ResidentKeyRequirement#REQUIRED
108108
* REQUIRED} and <code>false</code> if this is set to anything else. When this is not set, a
109-
* <code>requireResidentKey</code> will not be emitted.
109+
* <code>requireResidentKey</code> member will not be emitted.
110110
*
111111
* @see ResidentKeyRequirement
112112
* @see <a

0 commit comments

Comments
 (0)