From 3fca2648fcc7da52ed20c23bdaf3dd8bd73d445b Mon Sep 17 00:00:00 2001 From: Jordan Bunke Date: Thu, 26 Dec 2024 02:07:46 +0000 Subject: [PATCH] Fixed typo in `selecting.md` --- selecting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selecting.md b/selecting.md index fae7ea7..093d5a0 100644 --- a/selecting.md +++ b/selecting.md @@ -23,7 +23,7 @@ this behavior with the other options (each option has a keyboard shortcut): * ![Replace Selection](selecting/replace-selection.png): Default operation, replace the whole selection with the new one (drag left mouse button) -* ![Add Selection](selecting/add-selection.png): Creates a union between the existing selection a the new one (drag left mouse button + Shift key) +* ![Add Selection](selecting/add-selection.png): Creates a union between the existing selection and the new one (drag left mouse button + Shift key) * ![Subtract Selection](selecting/subtract-selection.png): Subtracts the new selection to the existing one (drag left mouse button + Alt+Shift key, or alternative: drag right mouse button) * ![Intersect Selection](selecting/intersect-selection.png): Intersects the existing selection with the new one (drag left mouse button + Ctrl+Shift)