diff --git a/crates/ctap2-proto/src/lib.rs b/crates/ctap2-proto/src/lib.rs index 7cbed44..2ab2d34 100644 --- a/crates/ctap2-proto/src/lib.rs +++ b/crates/ctap2-proto/src/lib.rs @@ -86,5 +86,5 @@ pub enum Command { AuthenticatorLargeBlobs = 0x0C, AuthenticatorConfig = 0x0D, PrototypeAuthenticatorBioEnrollment = 0x40, - PrototypeAuthenticatorCredentialmanagement = 0x41, + PrototypeAuthenticatorCredentialManagement = 0x41, }