From 3d102d1c906b8fe5be8de3f3e606b182e243c37c Mon Sep 17 00:00:00 2001 From: oren Date: Fri, 10 Jan 2020 21:45:56 -0500 Subject: [PATCH] vscode-utils/vscodeEnv: fix typo and grammer in the description comment --- pkgs/misc/vscode-extensions/vscodeEnv.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/vscode-extensions/vscodeEnv.nix b/pkgs/misc/vscode-extensions/vscodeEnv.nix index 395e5307bc17..b2f717ccc3eb 100644 --- a/pkgs/misc/vscode-extensions/vscodeEnv.nix +++ b/pkgs/misc/vscode-extensions/vscodeEnv.nix @@ -1,4 +1,4 @@ -#use vscodeWithConfiguration and vscodeExts2nix to create vscode exetuable that when exits(vscode) will update the mutable extension file, which is imported when getting evaluated by nix. +#Use vscodeWithConfiguration and vscodeExts2nix to create a vscode executable. When the executable exits, it updates the mutable extension file, which is imported when evaluated by Nix later. { lib , buildEnv , writeShellScriptBin