Skip to content

Commit

Permalink
docs: fix typo (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
makies authored Jun 14, 2022
1 parent fb55afc commit 323662f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const envVals = app.node.tryGetContext(envKey);
if (envVals == undefined) throw new Error('Invalid environment.');

// ----------------------- Environment variables for stack ------------------------------
// Default enviroment
// Default environment
const procEnvDefault = {
account: process.env.CDK_DEFAULT_ACCOUNT,
region: process.env.CDK_DEFAULT_REGION,
Expand Down

0 comments on commit 323662f

Please sign in to comment.