Skip to content

Commit 8adbad6

Browse files
committed
Fix incorrect class name in 1.11.0 release notes
1 parent 1b0910d commit 8adbad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ New features:
2727
* Added support for the new `authenticatorSelectionCriteria.residentKey` option:
2828
** Added method
2929
`AuthenticatorSelectionCriteria.builder().residentKey(ResidentKeyRequirement)`.
30-
** Added method `AuthenticatorSelection.getResidentKey()`.
30+
** Added method `AuthenticatorSelectionCriteria.getResidentKey()`.
3131
** Methods `builder().requireResidentKey(boolean)` and `isRequireResidentKey()`
3232
deprecated in favor of the above two new methods.
3333
** The builder methods `requireResidentKey(boolean)` and

0 commit comments

Comments
 (0)