Skip to content

Commit

Permalink
✏️ DOP-4240 fixed type "having" to "have"
Browse files Browse the repository at this point in the history
  • Loading branch information
Caesar Bell committed Mar 11, 2024
1 parent b3dd4c2 commit 999a735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enhanced/utils/get-sensitive-values.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export async function getSecureStrings(

if (!envName) {
console.error(
`ERROR! The param '${paramName}' does not having a mapping to an environment variable name. Please define this in the ${resourceName} map.`
`ERROR! The param '${paramName}' does not have a mapping to an environment variable name. Please define this in the ${resourceName} map.`
);
return;
}
Expand Down

0 comments on commit 999a735

Please sign in to comment.