diff --git a/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/vs_code_editor_walkthrough.md b/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/vs_code_editor_walkthrough.md index 598a224745a1114840e4465d5f5413f4fd4aa737..fbd56ebf869548c501abc61e1ac753ddee739eb7 100644 --- a/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/vs_code_editor_walkthrough.md +++ b/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/vs_code_editor_walkthrough.md @@ -4,8 +4,8 @@ The core editor in VS Code is packed with features. This page highlights a numb * [Multi-cursor Editing](#multi-cursor-editing) - block selection, select all occurrences, add additional cursors and more * [IntelliSense](#intellisense) - get code assistance and parameter suggestions for your code and external modules. * [Line Actions](#line-actions) - quickly move lines around to re-order your code. -* [Rename Refactoring](#rename-refactoring) - Quickly rename symbols across your code base. -* [Refactoring via Extraction](#refactoring-via-extraction) - Quickly extract common code into a separate function or constant. +* [Rename Refactoring](#rename-refactoring) - quickly rename symbols across your code base. +* [Refactoring via Extraction](#refactoring-via-extraction) - quickly extract common code into a separate function or constant. * [Formatting](#formatting) - keep your code looking great with inbuilt document & selection formatting. * [Code Folding](#code-folding) - focus on the most relevant parts of your code by folding other areas. * [Errors and Warnings](#errors-and-warnings) - see errors and warning as you type.