Fix typo in the configuration.adoc

This commit is contained in:
tinyhhj
2023-04-06 03:16:45 +09:00
committed by GitHub
parent bfc6931329
commit 6dcdfa8fe4

View File

@@ -684,7 +684,7 @@ See also <<./overview.adoc#endpoint-bean-names,Endpoint Bean Names>>.
The bean name for this wrapper is generated with the following pattern: `[@Bean name].[decapitalizedAnnotationClassShortName].[handler (or source)]`.
IMPORTANT: When using these annotations on `@Bean` definitions, the `inputChannel` must reference a declared bean.
Channels are automatically declared iif not present in the application context yet.
Channels are automatically declared if not present in the application context yet.
[NOTE]
=====