This is an automated email from the ASF dual-hosted git repository.
coheigea 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 22fed0e Fixing a few documentation typos
22fed0e is described below
commit 22fed0e02b860a302f797dd12cc90680558f3a54
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Feb 13 17:34:15 2019 +0000
Fixing a few documentation typos
---
components/camel-aws/src/main/docs/aws-ec2-component.adoc | 4 ++--
components/camel-aws/src/main/docs/aws-s3-component.adoc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/camel-aws/src/main/docs/aws-ec2-component.adoc
b/components/camel-aws/src/main/docs/aws-ec2-component.adoc
index 065c0c1..782075c 100644
--- a/components/camel-aws/src/main/docs/aws-ec2-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-ec2-component.adoc
@@ -3,13 +3,13 @@
*Available as of Camel version 2.16*
-The EC2 component supports create, run, start, stop and terminate
+The EC2 component supports the ability to create, run, start, stop and
terminate
https://aws.amazon.com/it/ec2/[AWS EC2] instances.
Prerequisites
You must have a valid Amazon Web Services developer account, and be
-signed up to use Amazon EC2. More information are available at
+signed up to use Amazon EC2. More information is available at
https://aws.amazon.com/it/ec2/[Amazon EC2].
### URI Format
diff --git a/components/camel-aws/src/main/docs/aws-s3-component.adoc
b/components/camel-aws/src/main/docs/aws-s3-component.adoc
index 918d3d0..a9aa60f 100644
--- a/components/camel-aws/src/main/docs/aws-s3-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-s3-component.adoc
@@ -3,7 +3,7 @@
*Available as of Camel version 2.8*
-The S3 component supports storing and retrieving objetcs from/to
+The S3 component supports storing and retrieving objects from/to
http://aws.amazon.com/s3[Amazon's S3] service.
Prerequisites