Skip to content

Commit 4404066

Browse files
V-edTylerLeonhardt
authored andcommitted
Fix small typo in Function-Inline description (#1922)
lanaguages -> language
1 parent 75c96d5 commit 4404066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/PowerShell.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@
779779
"\t$0",
780780
"}"
781781
],
782-
"description": "Function definition snippet that does not contain a param block, but defines parameters inline. This syntax is commonly used in other lanaguages"
782+
"description": "Function definition snippet that does not contain a param block, but defines parameters inline. This syntax is commonly used in other languages"
783783
},
784784
"if": {
785785
"prefix": "if",

0 commit comments

Comments
 (0)