diff --git a/snippets/PowerShell.json b/snippets/PowerShell.json index d7a9f9545f..dd7317d89b 100644 --- a/snippets/PowerShell.json +++ b/snippets/PowerShell.json @@ -779,7 +779,7 @@ "\t$0", "}" ], - "description": "Function definition snippet that does not contain a param block, but defines parameters inline. This syntax is commonly used in other lanaguages" + "description": "Function definition snippet that does not contain a param block, but defines parameters inline. This syntax is commonly used in other languages" }, "if": { "prefix": "if",