This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 9f396c1 CAMEL-15819: Fix typos and wording in camel-jsonb docs 9f396c1 is described below commit 9f396c1c26a0ac52feecdff43dec047a40cabfcc Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Nov 10 08:06:02 2020 +0000 CAMEL-15819: Fix typos and wording in camel-jsonb docs --- .../org/apache/camel/catalog/docs/json-jsonb-dataformat.adoc | 4 ++-- components/camel-jsonb/src/main/docs/json-jsonb-dataformat.adoc | 4 ++-- docs/components/modules/dataformats/pages/json-jsonb-dataformat.adoc | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/json-jsonb-dataformat.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/json-jsonb-dataformat.adoc index 7d2abe4..38fd0bf 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/json-jsonb-dataformat.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/json-jsonb-dataformat.adoc @@ -56,9 +56,9 @@ the download page for the latest versions). </dependency> ---------------------------------------------------------- -You have to add the dependency on *implementation* of jsonb specification. +You have to add a dependency on the *implementation* of a jsonb specification. -If you want to add Johnzon imlementation and you are using maven, just add following to you pom.xml +If you want to add the Johnzon implementation and you are using maven, just add following to your pom.xml [source,xml] ---------------------------------------------------------- diff --git a/components/camel-jsonb/src/main/docs/json-jsonb-dataformat.adoc b/components/camel-jsonb/src/main/docs/json-jsonb-dataformat.adoc index 7d2abe4..38fd0bf 100644 --- a/components/camel-jsonb/src/main/docs/json-jsonb-dataformat.adoc +++ b/components/camel-jsonb/src/main/docs/json-jsonb-dataformat.adoc @@ -56,9 +56,9 @@ the download page for the latest versions). </dependency> ---------------------------------------------------------- -You have to add the dependency on *implementation* of jsonb specification. +You have to add a dependency on the *implementation* of a jsonb specification. -If you want to add Johnzon imlementation and you are using maven, just add following to you pom.xml +If you want to add the Johnzon implementation and you are using maven, just add following to your pom.xml [source,xml] ---------------------------------------------------------- diff --git a/docs/components/modules/dataformats/pages/json-jsonb-dataformat.adoc b/docs/components/modules/dataformats/pages/json-jsonb-dataformat.adoc index dbeeaae..7d5cbbc 100644 --- a/docs/components/modules/dataformats/pages/json-jsonb-dataformat.adoc +++ b/docs/components/modules/dataformats/pages/json-jsonb-dataformat.adoc @@ -58,9 +58,9 @@ the download page for the latest versions). </dependency> ---------------------------------------------------------- -You have to add the dependency on *implementation* of jsonb specification. +You have to add a dependency on the *implementation* of a jsonb specification. -If you want to add Johnzon imlementation and you are using maven, just add following to you pom.xml +If you want to add the Johnzon implementation and you are using maven, just add following to your pom.xml [source,xml] ----------------------------------------------------------