From e00a1b8c3eaec001101942db4a74568ca4776d88 Mon Sep 17 00:00:00 2001 From: Pranav Date: Thu, 19 Nov 2020 09:33:25 +0530 Subject: [PATCH] Fixed grammatical errors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 244a2ed2b..d54d009b6 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ environment that lets you locally build, test, debug, and deploy applications de ## What is this Github repository? 💻 -This GitHub repository contains the SAM Specification, the Python code that translates SAM templates into AWS CloudFormation stacks and lots of examples applications. +This GitHub repository contains the SAM Specifications, the Python code that translates SAM templates into AWS CloudFormation stacks and lots of example applications. In the words of SAM developers: > SAM Translator is the Python code that deploys SAM templates via AWS CloudFormation. Source code is high quality (95% unit test coverage),