Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 1ec747c

Browse files
committed
Polish
1 parent f5d68c9 commit 1ec747c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skill.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const Skill = skill<
7777
type: ParameterType.String,
7878
displayName: "Node.js version",
7979
description:
80-
"Version of Node.js to install (should be a valid [nvm alias or version](https://github.com/nvm-sh/nvm#usage))",
80+
"Version of Node.js to install (should be a valid Node.js version or [nvm alias](https://github.com/nvm-sh/nvm#usage))",
8181
placeHolder: "lts",
8282
defaultValue: "lts",
8383
required: false,

0 commit comments

Comments
 (0)