From f68d80746708b8c3abe7dfd26301ec57b0fb3d2b Mon Sep 17 00:00:00 2001 From: Leo Gallucci Date: Fri, 25 Jun 2021 11:27:08 +0200 Subject: [PATCH] [docs] Fix typos `includng`, `runninig` (#4037) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4a189e5e..303a45f92 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,8 +52,8 @@ If you want more control over incoming requests or their bodies, it is possible ### Generating template code of services. -By using `scripts/scaffold.py`, you can automatically generate template code of new services and new method of existing service. The script looks up API specification of given boto3 method and adds necessary codes includng request parameters and response parameters. In some cases, it fails to generate codes. -Please try out by runninig `python scripts/scaffold.py` +By using `scripts/scaffold.py`, you can automatically generate template code of new services and new method of existing service. The script looks up API specification of given boto3 method and adds necessary codes including request parameters and response parameters. In some cases, it fails to generate codes. +Please try out by running `python scripts/scaffold.py` ```bash $ python scripts/scaffold.py