Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexharv074 committed Jul 5, 2024
1 parent d489aad commit 08d6e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sceptre/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def is_valid(value: Any) -> bool:

if not isinstance(parameters, dict):
raise InvalidConfigFileError(
f"{self.name}: parameters must be a dictionary of key-value apirs, got {parameters}"
f"{self.name}: parameters must be a dictionary of key-value pairs, got {parameters}"
)

casted_parameters = {k: cast_value(v) for k, v in parameters.items()}
Expand Down

0 comments on commit 08d6e13

Please sign in to comment.