From 904a120efae6a146df986ab848ca83a763140c59 Mon Sep 17 00:00:00 2001 From: Pure Krome Date: Wed, 3 Mar 2021 11:11:27 +1100 Subject: [PATCH] chore: Fix typo in README (#180) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b9ea0ca..5aa4bb7 100644 --- a/index.js +++ b/index.js @@ -214,7 +214,7 @@ async function run() { // Always export the source credentials and account ID. // The STS client for calling AssumeRole pulls creds from the environment. // Plus, in the assume role case, if the AssumeRole call fails, we want - // the source credentials and accound ID to already be masked as secrets + // the source credentials and account ID to already be masked as secrets // in any error messages. if (accessKeyId) { if (!secretAccessKey) {