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:**