This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new e288fd9 Minor grammatical correction to native mode serialization docs e288fd9 is described below commit e288fd9e08d04b2e2e3a198706a1bdf4f223f216 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Jul 21 07:56:27 2021 +0100 Minor grammatical correction to native mode serialization docs --- docs/modules/ROOT/pages/user-guide/native-mode.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/user-guide/native-mode.adoc b/docs/modules/ROOT/pages/user-guide/native-mode.adoc index 8a914d6..a995011 100644 --- a/docs/modules/ROOT/pages/user-guide/native-mode.adoc +++ b/docs/modules/ROOT/pages/user-guide/native-mode.adoc @@ -115,7 +115,7 @@ quarkus.index-dependency.commons-lang3.artifact-id = commons-lang3 [[serialization]] == Registration for serialization -If serialization support is requested via `quarkus.camel.native.reflection.serialization-enabled`, following classes are registered for serialization: +If serialization support is requested via `quarkus.camel.native.reflection.serialization-enabled`, the following classes are registered for serialization: * `java.lang.Boolean` * `java.lang.Byte`