From f4d4c08329605ce134625ea61e59a6a5faf554de Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Fri, 17 Jan 2020 09:24:22 +0100 Subject: [PATCH] Fix LDIF file example in LDAP docs Fixes: gh-7832 --- .../docs/asciidoc/_includes/servlet/appendix/namespace.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/src/docs/asciidoc/_includes/servlet/appendix/namespace.adoc b/docs/manual/src/docs/asciidoc/_includes/servlet/appendix/namespace.adoc index 88fa302c0e..e1e01974a6 100644 --- a/docs/manual/src/docs/asciidoc/_includes/servlet/appendix/namespace.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/servlet/appendix/namespace.adoc @@ -2372,8 +2372,8 @@ A bean identifier, used for referring to the bean elsewhere in the context. [[nsa-ldap-server-ldif]] * **ldif** Explicitly specifies an ldif file resource to load into an embedded LDAP server. -The ldiff is should be a Spring resource pattern (i.e. classpath:init.ldiff). -The default is classpath*:*.ldiff +The ldif should be a Spring resource pattern (i.e. classpath:init.ldif). +The default is classpath*:*.ldif [[nsa-ldap-server-manager-dn]]