Skip to content

Commit 4b22764

Browse files
peter17rwinch
authored andcommitted
Fix typo in ldap.adoc
Signed-off-by: Peter Potrowl <[email protected]>
1 parent cfc27f8 commit 4b22764

File tree

1 file changed

+2
-2
lines changed
  • docs/modules/ROOT/pages/servlet/authentication/passwords

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Gradle::
3838
+
3939
[source,groovy,role="secondary"]
4040
----
41-
depenendencies {
41+
dependencies {
4242
implementation "org.springframework.boot:spring-boot-starter-data-ldap"
4343
implementation "org.springframework.security:spring-security-ldap"
4444
}
@@ -150,7 +150,7 @@ Gradle::
150150
+
151151
[source,groovy,role="secondary",subs="verbatim,attributes"]
152152
----
153-
depenendencies {
153+
dependencies {
154154
runtimeOnly "com.unboundid:unboundid-ldapsdk:{unboundid-ldapsdk-version}"
155155
}
156156
----

0 commit comments

Comments
 (0)