From 37b3f9a1fd09087313feac6b510e7610815a6e20 Mon Sep 17 00:00:00 2001 From: jogo- Date: Wed, 26 May 2021 21:10:23 +0200 Subject: Fix typos (#233) --- src/util.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util.ts') diff --git a/src/util.ts b/src/util.ts index f6e429a..ac7ad4c 100644 --- a/src/util.ts +++ b/src/util.ts @@ -29,9 +29,9 @@ export function getIndentation(editor: vscode.TextEditor = vscode.window.activeT } /** - * Expand enviroment variables in the string + * Expand environment variables in the string * @param replace string containing environment variables - * @returns new string with expanded enviroment variables + * @returns new string with expanded environment variables */ export function getEnvVars(replace: string): string { let replacement = replace; -- cgit v1.2.3