From fb26349305290e60ef4eb2e2e479b992db10e601 Mon Sep 17 00:00:00 2001 From: Guillaume Marcoux Date: Thu, 25 Apr 2019 08:41:43 -0400 Subject: [PATCH] Fix small typo in Function-Inline description lanaguages -> language --- snippets/PowerShell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",