Fix typo in passkeys.adoc

Signed-off-by: Peter Potrowl <peter.potrowl@gmail.com>
This commit is contained in:
Peter Potrowl 2025-11-19 15:13:11 +01:00 committed by Rob Winch
parent 86d630265c
commit cfc27f8cc3

View File

@ -39,7 +39,7 @@ Gradle::
+
[source,groovy,role="secondary",subs="verbatim,attributes"]
----
depenendencies {
dependencies {
implementation "org.springframework.security:spring-security-web"
implementation "com.webauthn4j:webauthn4j-core:{webauthn4j-core-version}"
}