Skip to content

Commit d4cda51

Browse files
authored
Update tags.ts (#23959)
1 parent e4747ee commit d4cda51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/tags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const languages: Array<Tag> = [
5454
{ label: "JavaScript", variants: ["js"] },
5555
{ label: "MySQL" },
5656
{ label: "NoSQL" },
57-
{ label: "PowerShell", variants: ["js"] },
57+
{ label: "PowerShell", variants: ["ps"] },
5858
{ label: "Python", variants: ["py"] },
5959
{ label: "Rust", variants: ["rs"] },
6060
{ label: "Shell", variants: ["sh"] },

0 commit comments

Comments
 (0)