From e9443edec3ad7d9e083e2844bac58d195d670716 Mon Sep 17 00:00:00 2001 From: Silentbilly Date: Wed, 13 Mar 2024 18:40:41 +0300 Subject: [PATCH] Update DeployWithAWSECSFargate.md. Grammar and misspelling fix (#703) --- docs/installation-steps/DeployWithAWSECSFargate.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation-steps/DeployWithAWSECSFargate.md b/docs/installation-steps/DeployWithAWSECSFargate.md index 2e7bf0728..a2eed2f19 100644 --- a/docs/installation-steps/DeployWithAWSECSFargate.md +++ b/docs/installation-steps/DeployWithAWSECSFargate.md @@ -183,10 +183,10 @@ def lambda_handler(event, context): } ``` -Now add this lambda to the Index TargetGroup created earlier. +Now, add this lambda to the Index TargetGroup created earlier. #### DNS -Add relevent DNS records in the Route53 hostedzone. +Add relevant DNS records in the Route53 hostedzone. ### Validation -Access the application with default credentials once the DNS record addition is propogated & validate if all sections are loading without errors. +Access the application with default credentials once the DNS record addition is propagated & validate if all sections are loading without errors.