Browse Source

Fix typos in documentation depenendencies->dependencies

dependencies-typo-main
Rob Winch 4 weeks ago
parent
commit
f2c6cc5bfd
No known key found for this signature in database
  1. 2
      docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc
  2. 4
      docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc

2
docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc

@ -39,7 +39,7 @@ Gradle:: @@ -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}"
}

4
docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc

@ -38,7 +38,7 @@ Gradle:: @@ -38,7 +38,7 @@ Gradle::
+
[source,groovy,role="secondary"]
----
depenendencies {
dependencies {
implementation "org.springframework.boot:spring-boot-starter-data-ldap"
implementation "org.springframework.security:spring-security-ldap"
}
@ -150,7 +150,7 @@ Gradle:: @@ -150,7 +150,7 @@ Gradle::
+
[source,groovy,role="secondary",subs="verbatim,attributes"]
----
depenendencies {
dependencies {
runtimeOnly "com.unboundid:unboundid-ldapsdk:{unboundid-ldapsdk-version}"
}
----

Loading…
Cancel
Save