From bfbce4b9eb6c847189e310aa327ef543745448ff Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Thu, 17 Feb 2022 11:38:51 -0700 Subject: [PATCH] Fix Typo --- src/docs/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/index.adoc b/src/docs/asciidoc/index.adoc index aa4cb769..d90e2608 100644 --- a/src/docs/asciidoc/index.adoc +++ b/src/docs/asciidoc/index.adoc @@ -241,7 +241,7 @@ At a minimum, to use Spring LDAP you need the following: * `spring-ldap-core`: The Spring LDAP library * `spring-core`: Miscellaneous utility classes used internally by the framework * `spring-beans`: Interfaces and classes for manipulating Java beans -* `spring-data-commons`: Base infrastructure for repository suppport and so on +* `spring-data-commons`: Base infrastructure for repository support and so on * `slf4j`: A simple logging facade, used internally In addition to the required dependencies, the following optional dependencies are required for certain functionality: