Skip to content

Commit 06b8a4d

Browse files
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)SteveL-MSFT
authored andcommitted
add missing string
1 parent 2cd25d8 commit 06b8a4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dsc_lib/locales/en-us.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ onlyArraysOfStrings = "Arguments must all be arrays of strings"
238238
description = "Checks if an array contains a specific item"
239239
invoked = "contains function"
240240
invalidItemToFind = "Invalid item to find, must be a string or number"
241+
invalidArgType = "Invalid argument type, first argument must be an array, object, or string"
241242

242243
[functions.createArray]
243244
description = "Creates an array from the given elements"

0 commit comments

Comments
 (0)