From 3ae935517fb6101a045cc3e14321bad69154f514 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 1 Oct 2021 12:21:42 -0700 Subject: [PATCH] Update src/node/cli.ts Co-authored-by: Bryan --- src/node/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/cli.ts b/src/node/cli.ts index 9d649a516a5d..ac230c8f6e9f 100644 --- a/src/node/cli.ts +++ b/src/node/cli.ts @@ -672,7 +672,7 @@ export const shouldRunVsCodeCli = (args: Args): boolean => { /** * Reads the socketPath based on path passed in. * - * The one usually pased in is the DEFAULT_SOCKET_PATH. + * The one usually passed in is the DEFAULT_SOCKET_PATH. * * If it can't read the path, it throws an error and returns undefined. */