Skip to content

Commit a74b4cf

Browse files
Update readme
1 parent 20df6d7 commit a74b4cf

File tree

1 file changed

+3
-3
lines changed
  • packages/cursorless-org-docs/src/docs/user

1 file changed

+3
-3
lines changed

packages/cursorless-org-docs/src/docs/user/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -534,9 +534,9 @@ Note that when combined with list targets, `take`/`pre`/`post` commands will res
534534
- `"take <TARGET>"`: Selects the given target.
535535
- `"pre <TARGET>"`: Places the cursor before the given target.
536536
- `"post <TARGET>"`: Places the cursor after the given target.
537-
- `"add <TARGET>"`: Selects the given target while preserving removing existing selections.
538-
- `"add pre <TARGET>"`: Places the cursor before the given target while preserving removing existing selections.
539-
- `"add post <TARGET>"`: Places the cursor after the given target while preserving removing existing selections.
537+
- `"add <TARGET>"`: Selects the given target while preserving existing selections.
538+
- `"add pre <TARGET>"`: Places the cursor before the given target while preserving existing selections.
539+
- `"add post <TARGET>"`: Places the cursor after the given target while preserving existing selections.
540540
- `"give <TARGET>"`: Deselects the given target.
541541
542542
eg:

0 commit comments

Comments
 (0)