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)