Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Fixing spelling errors
Browse files Browse the repository at this point in the history
PMByrne committed Oct 4, 2019
1 parent 210ad14 commit 14660c9
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@ node_modules
*.tfstate
*.tfstate.backup
temp.tf
.terraform
.terraform*
2 changes: 1 addition & 1 deletion api/populate-dynamo.js
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 14660c9

Please sign in to comment.