From 14660c98a42a53e1e01189950dbbd220cbe9e77c Mon Sep 17 00:00:00 2001 From: Patrick Byrne Date: Fri, 4 Oct 2019 09:51:46 -0500 Subject: [PATCH] Fixing spelling errors --- .gitignore | 2 +- api/populate-dynamo.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ec51392..2575975 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ node_modules *.tfstate *.tfstate.backup temp.tf -.terraform \ No newline at end of file +.terraform* diff --git a/api/populate-dynamo.js b/api/populate-dynamo.js index 0006640..8c0eef5 100644 --- a/api/populate-dynamo.js +++ b/api/populate-dynamo.js @@ -26,7 +26,7 @@ const run = async () => { [tableName]: chunk.map(buildItem) } } - console.info('writting...') + console.info('writing...') await dynamodb.batchWriteItem(params).promise() } catch (e) { console.error(e)