Skip to content

Commit 574a6b4

Browse files
Fix typo in comments
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1e23bf6 commit 574a6b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/init/src/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export type Runtimes = Record<PackageManager, RuntimeDescription>;
4040
* whether it is installed.
4141
*/
4242
export interface RuntimeDescription {
43-
/** Human-readable name of the runtime (e.g., `"Deno"`, `"Node.js", "Bun"`). */
4443
label: string;
4544
/** Shell command to run for checking availability (e.g., `["deno", "--version"]`). */
4645
checkCommand: [string, ...string[]];

0 commit comments

Comments
 (0)