Skip to content

Commit

Permalink
Fix typo in linting error (#2988)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin DeJong <kddejong@amazon.com>
  • Loading branch information
Albert-IV and kddejong authored Dec 22, 2023
1 parent 769c93c commit 624ad06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfnlint/template/transforms/_language_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def _walk(self, item: Any, params: MutableMapping[str, Any], cfn: Any):
obj[f_k] = f_v
else:
raise _ValueError(
f"Duplicate {f_k} while doing tranformation",
f"Duplicate {f_k} while doing transformation",
f_k,
)
del obj[k]
Expand Down

0 comments on commit 624ad06

Please sign in to comment.