Fix typo in documentation

Issue #3907
This commit is contained in:
dkjeong
2021-05-15 11:55:55 +09:00
committed by Mahmoud Ben Hassine
parent 63cfc07a5e
commit 1beb07ec51

View File

@@ -1482,7 +1482,7 @@ can have "natural" names. So for example, you can create a set of XML configurat
each having only one Job, but all having different definitions of an `ItemReader` with the
same bean name, such as "reader". If all those files were imported into the same context,
the reader definitions would clash and override one another, but with the automatic
regsistrar this is avoided. This makes it easier to integrate jobs contributed from
registrar this is avoided. This makes it easier to integrate jobs contributed from
separate modules of an application.
[role="xmlContent"]