diff options
Diffstat (limited to 'src/util.ts')
| -rw-r--r-- | src/util.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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; |