Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin committed Jul 18, 2023
1 parent d968d31 commit 8c4775b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func Test_Raw(t *testing.T) {
expected: "123456789012",
},
{
name: "a parameter with a list type valuer",
name: "a parameter with a list type value",
key: "AWS::NotificationARNs",
expected: []string{"notification::arn::1", "notification::arn::2"},
},
Expand Down

0 comments on commit 8c4775b

Please sign in to comment.