From 630c00bfbcd56b87781f8c1429d296399860376c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Pallar=C3=A9s?= Date: Wed, 15 Jan 2025 11:49:37 +0100 Subject: [PATCH] fix(docs): small typos (#7243) - Thumbs up icon not rendered - Prefix `cloud-Queue-` fixed to `Queue-` --- docs/docs/01-start-here/05-aws.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/01-start-here/05-aws.md b/docs/docs/01-start-here/05-aws.md index e4a7c689091..80f8b865a69 100644 --- a/docs/docs/01-start-here/05-aws.md +++ b/docs/docs/01-start-here/05-aws.md @@ -27,7 +27,7 @@ resources, using Terraform as the provisioning engine. the box. In addition, we are planning support for other provisioning engines such as AWS CloudFormation and Kubernetes. -Click :thumbsup: on the relevant issue and tell us what you think. +Click 👍 on the relevant issue and tell us what you think. ::: @@ -147,7 +147,7 @@ through the AWS Management Console. 1. Open the [Amazon SQS Console](https://console.aws.amazon.com/sqs) 2. Select your AWS region -3. You should be able to see that you have a queue there prefixed with `cloud-Queue-` +3. You should be able to see that you have a queue there prefixed with `Queue-` 4. Click **Send and receive messages**. 5. In the **Message Body** box type `cloud` and hit **Send message**. 6. Jump over to the [S3 Console](https://s3.console.aws.amazon.com/s3/buckets)