From ff0e10c16c45bd0ef75a0553557b77e876dcc8ac Mon Sep 17 00:00:00 2001 From: Aaryan Dewan <49852384+aaryandewan@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:10:56 +0530 Subject: [PATCH] Correct grammar (#4095) Changed 'al' to 'all' --- src/data/roadmaps/full-stack/content/123-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/full-stack/content/123-deployment.md b/src/data/roadmaps/full-stack/content/123-deployment.md index 5b2ceaa62..ccbfb4f86 100644 --- a/src/data/roadmaps/full-stack/content/123-deployment.md +++ b/src/data/roadmaps/full-stack/content/123-deployment.md @@ -1,6 +1,6 @@ # Deployment -Now that you know the basics of AWS, you should be able to deploy your application to AWS. You don't need to use al the AWS services, here is what you can probably get started with: +Now that you know the basics of AWS, you should be able to deploy your application to AWS. You don't need to use all the AWS services, here is what you can probably get started with: - Setup an EC2 instance using any AMI (e.g. latest version of Ubuntu) - SSH into the EC2 instance using the key pair you created