From e5828086de840aa09d1c86b6dc1982660e4b552e Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Tue, 9 Dec 2014 18:07:34 +0100 Subject: [PATCH] typo --- tutorials/working_with_editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/working_with_editor.md b/tutorials/working_with_editor.md index 96ceb3cf5..1b9625010 100644 --- a/tutorials/working_with_editor.md +++ b/tutorials/working_with_editor.md @@ -26,7 +26,7 @@ To access the editor instance directly the following ways can be used: * If [DataContext] (https://github.com/JetBrains/intellij-community/blob/master/platform/editor-ui-api/src/com/intellij/openapi/actionSystem/DataContext.java) object is available -```final Editor editor = [CommonDataKeys].EDITOR.getData(context); +```final Editor editor = CommonDataKeys.EDITOR.getData(context); ``` * If [ActionEvent] (https://github.com/JetBrains/intellij-community/blob/master/platform/editor-ui-api/src/com/intellij/openapi/actionSystem/AnActionEvent.java)