Browse Source

Fix typo in passkeys.adoc

Signed-off-by: Peter Potrowl <peter.potrowl@gmail.com>
Peter Potrowl 1 week ago
parent
commit
f1793f5047
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc

+ 1 - 1
docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc

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