From 788aa75c6b8417f7ca17b91044899bafd11c3303 Mon Sep 17 00:00:00 2001 From: Morgan VanDerLeest <60368642+mvanderleest@users.noreply.github.com> Date: Thu, 10 Jun 2021 14:48:15 -0500 Subject: [PATCH] quick typo fix on testing section of README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dbe1d3..d5bb54e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A little repo with some handy productivity saving configuration and tools for wo - [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag): Automatically rename paired HTML/XML tag, same as Visual Studio IDE does. ### Testing -- [Switch to test](https://marketplace.visualstudio.com/items?itemName=eskimoblood.create-test): This extension will open the coresponding test file for the opened source file. If the file not exists, it will create a new one. +- [Switch to test](https://marketplace.visualstudio.com/items?itemName=eskimoblood.create-test): This extension will open the coresponding test file for the opened source file. If the file does not exist, it will create a new one. ### Linting - [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint): Integrates ESLint into VS Code. @@ -55,4 +55,4 @@ Below you'll find my most used snippets for DANG projects. - `alias sb="npm run storybook"` ## Terminal -- Install [`git-completion.bash`](https://github.com/git/git/blob/master/contrib/completion/git-completion.bash) to get autocomplete for git branches \ No newline at end of file +- Install [`git-completion.bash`](https://github.com/git/git/blob/master/contrib/completion/git-completion.bash) to get autocomplete for git branches