From 5d01139313f71f703839bb49552f0efcbfe49a71 Mon Sep 17 00:00:00 2001 From: taptherockies Date: Sat, 8 Dec 2018 11:38:10 -0600 Subject: [PATCH] Clarified VS Code Feature (git support) (#23617) Changed "Build-in Git- " to "Built-in Git support -" --- guide/english/tools/source-code-editors/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/tools/source-code-editors/index.md b/guide/english/tools/source-code-editors/index.md index c423f8f377..548fa08aa0 100644 --- a/guide/english/tools/source-code-editors/index.md +++ b/guide/english/tools/source-code-editors/index.md @@ -36,7 +36,7 @@ It supports many programming languages, and like the others you can download plu Its main features are: * IntelliSense - For syntax highlighting, autocomplete, functions definitions and smart complete. * Debugging - Be able to debug using break points, call stacks and an interactive console. -* Build-in Git - Review diffs, stage files, make commits, push and pull, all available in the editor. +* Built-in Git support - Review diffs, stage files, make commits, push and pull, all available in the editor. * Extensions - Install extensions to add new languages, themes, debuggers, and connect additional services. **A few extensions that make your life easier and more interesting while using Visual Studio Code are:**