From f6ff7b71f2394568ed481fc01d25287a0a804116 Mon Sep 17 00:00:00 2001 From: Paul Grocholske Date: Mon, 6 Aug 2018 09:34:59 -0700 Subject: [PATCH] docs: Update README with small grammar fix (#601) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0eb76162f0..49d7c11f4c 100644 --- a/README.rst +++ b/README.rst @@ -351,7 +351,7 @@ Run API Gateway locally ``sam local start-api`` spawns a local API Gateway to test HTTP request/response functionality. Features hot-reloading to allow you to -quickly develop, and iterate over your functions. +quickly develop and iterate over your functions. .. figure:: media/sam-start-api.gif :alt: SAM CLI Start API