From c0d88ac10bf6a25e2f6a453dab6023b77e472244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Fri, 18 Nov 2016 13:33:12 +0900 Subject: [PATCH] formatter.md: cleanup --- tutorials/custom_language_support/formatter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/custom_language_support/formatter.md b/tutorials/custom_language_support/formatter.md index 0625c0c42..593eda932 100644 --- a/tutorials/custom_language_support/formatter.md +++ b/tutorials/custom_language_support/formatter.md @@ -29,7 +29,7 @@ Let's define a formatter which removes extra spaces except the single ones aroun ### 15.4. Run the project -Now add some extra spaces and reformat the code via *⌥⌘L* shortcut. +Now add some extra spaces and reformat the code via **Code \| Reformat Code**. ![Formatter](img/formatter.png)