You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/08/14 07:12:28 UTC

[camel-kamelets] branch main updated: Fix typos in readme of infra (#1573)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 07290359 Fix typos in readme of infra (#1573)
07290359 is described below

commit 07290359db2acf883c26487216b0afa6b2c94f04
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Mon Aug 14 09:12:21 2023 +0200

    Fix typos in readme of infra (#1573)
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>
---
 infra/aws-s3/Readme.md  | 4 ++--
 infra/aws-sqs/Readme.md | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/infra/aws-s3/Readme.md b/infra/aws-s3/Readme.md
index ec574e67..21a161a6 100644
--- a/infra/aws-s3/Readme.md
+++ b/infra/aws-s3/Readme.md
@@ -26,7 +26,7 @@ $ ansible-playbook -v ansible/aws-s3-removal.yaml --extra-vars bucket_name=<buck
 
 ## Terraform
 
-The commmand to create the infra is:
+The command to create the infra is:
 
 ```bash
 $ cd terraform/
@@ -43,7 +43,7 @@ $ terraform destroy
 
 ## Cloudformation
 
-The commmand to create the infra is:
+The command to create the infra is:
 
 ```bash
 $ aws cloudformation deploy --template-file cloudformation/aws-s3.yaml --stack-name my-new-stack --parameter-overrides BucketName=<bucket-name>
diff --git a/infra/aws-sqs/Readme.md b/infra/aws-sqs/Readme.md
index 77491510..b05c6d57 100644
--- a/infra/aws-sqs/Readme.md
+++ b/infra/aws-sqs/Readme.md
@@ -12,7 +12,7 @@ This will create an SQS Queue with basic functionalities.
 
 ## Ansible
 
-The commmand to create the infra is:
+The command to create the infra is:
 
 ```bash
 ansible-playbook -v ansible/aws-sqs.yaml --extra-vars queue_name=<queue_name> --extra-vars region=<region>
@@ -26,7 +26,7 @@ ansible-playbook -v ansible/aws-sqs-removal.yaml --extra-vars queue_name=<queue_
 
 ## Terraform
 
-The commmand to create the infra is:
+The command to create the infra is:
 
 ```bash
 $ cd terraform/
@@ -43,7 +43,7 @@ $ terraform destroy
 
 ## Cloudformation
 
-The commmand to create the infra is:
+The command to create the infra is:
 
 ```bash
 $ aws cloudformation deploy --template-file cloudformation/aws-sqs.yaml --stack-name my-new-stack --parameter-overrides QueueName=<queue-name>