From 47b6addb32cc2129a3143021021b225850118c31 Mon Sep 17 00:00:00 2001 From: Dominik Kundel Date: Sat, 21 Oct 2017 14:33:46 +0200 Subject: [PATCH] Make casing in playground table of contents consistent --- .../electron-browser/editor/vs_code_editor_walkthrough.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 598a224745a..fbd56ebf869 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. -- GitLab