Skip to content

Commit 545eda6

Browse files
jbunkedacap
authored andcommitted
Fixed typo in selecting.md
1 parent 70db720 commit 545eda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ this behavior with the other options (each option has a keyboard
2323
shortcut):
2424

2525
* ![Replace Selection](selecting/replace-selection.png): Default operation, replace the whole selection with the new one (drag left mouse button)
26-
* ![Add Selection](selecting/add-selection.png): Creates a union between the existing selection a the new one (drag left mouse button + <kbd>Shift</kbd> key)
26+
* ![Add Selection](selecting/add-selection.png): Creates a union between the existing selection and the new one (drag left mouse button + <kbd>Shift</kbd> key)
2727
* ![Subtract Selection](selecting/subtract-selection.png): Subtracts the new selection to the existing one (drag left mouse button + <kbd>Alt+Shift</kbd> key, or alternative: drag right mouse button)
2828
* ![Intersect Selection](selecting/intersect-selection.png): Intersects the existing selection with the new one (drag left mouse button + <kbd>Ctrl+Shift</kbd>)
2929

0 commit comments

Comments
 (0)