From 6dcdfa8fe424f5ee0343d9aa83e6c86a10aa81f7 Mon Sep 17 00:00:00 2001 From: tinyhhj Date: Thu, 6 Apr 2023 03:16:45 +0900 Subject: [PATCH] Fix typo in the `configuration.adoc` --- src/reference/asciidoc/configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/configuration.adoc b/src/reference/asciidoc/configuration.adoc index 23edb354ba..a5fbe70c0d 100644 --- a/src/reference/asciidoc/configuration.adoc +++ b/src/reference/asciidoc/configuration.adoc @@ -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] =====