From 614621914ab6d80b5e400f7a777cec4d41941303 Mon Sep 17 00:00:00 2001 From: breandan Date: Wed, 9 Mar 2016 17:28:40 -0500 Subject: [PATCH] Fix typo --- tutorials/editor_basics/coordinates_system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/editor_basics/coordinates_system.md b/tutorials/editor_basics/coordinates_system.md index b42c80963..0dd58dab6 100644 --- a/tutorials/editor_basics/coordinates_system.md +++ b/tutorials/editor_basics/coordinates_system.md @@ -101,7 +101,7 @@ public class EditorAreaIllustration extends AnAction { ``` ## 2.6. Displaying position values -To display the actual values of logical anf visual positions we add an +To display the actual values of logical and visual positions we add an `Messages.showInfoMessage()` call that will show them in form of notification after the action is performed. ```java