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)