From 3b155031dc5c9de83293915e92eaf67d885c0b81 Mon Sep 17 00:00:00 2001 From: Hyun Sick Moon Date: Wed, 25 Mar 2020 01:03:01 +0900 Subject: [PATCH] fix typo (#93291) --- test/unit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/README.md b/test/unit/README.md index f471ebb7d8e..cf338465a74 100644 --- a/test/unit/README.md +++ b/test/unit/README.md @@ -4,7 +4,7 @@ ./scripts/test.[sh|bat] -All unit tests are run inside a electron-browser environment which access to DOM and Nodejs api. This is the closest to the enviroment in which VS Code itself ships. Notes: +All unit tests are run inside a electron-browser environment which access to DOM and Nodejs api. This is the closest to the environment in which VS Code itself ships. Notes: - use the `--debug` to see an electron window with dev tools which allows for debugging - to run only a subset of tests use the `--run` or `--glob` options