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 8ecc4a9157
commit 39aaf25b60
No known key found for this signature in database

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}"
}