From f5df86f7502026f85735d7d7a5adb87b750b6849 Mon Sep 17 00:00:00 2001 From: Ali Karbassi Date: Tue, 5 May 2020 12:01:11 -0500 Subject: [PATCH] Clarify word use Since you're talking about positions, replace "right position" to "correct position" to help clarify the statement. --- docs/matches.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/matches.md b/docs/matches.md index 5d0852a..5184963 100644 --- a/docs/matches.md +++ b/docs/matches.md @@ -177,7 +177,7 @@ If you now type `:div`, you get the `
` expansion, with the cursor bet * This feature should be used with care in **multiline** expansions, as it may yield **unexpected results** when using it in code editors that support **auto indenting**. This is due to the way the feature is implemented: espanso simulates a series of `left arrow` - key-presses to position the cursor in the right position. This works perfectly in single line + key-presses to position the cursor in the correct position. This works perfectly in single line replacements or in non-autoindenting fields, but can be problematic in code editors, as they automatically insert indentations that modify the number of required presses in a way espanso is not capable to detect. @@ -479,4 +479,4 @@ see the following replacement appear: ``` -``` \ No newline at end of file +```