Skip to content

Commit 1786978

Browse files
authored
fix README typos (#1536)
Add missing quote in ``"identifier`. For the second one where I delete ` [blue] air and [green] bat`, at at first I thought it was just junk, but maybe you wanted to have a note about how it differs from the list item above. ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [X] I have not broken the cheatsheet
1 parent 0fe1b84 commit 1786978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ The `"token"` modifier expands its input to the nearest containing token. This m
286286
- `"take token"`
287287
- `"chuck token"`
288288

289-
##### `"identifier`
289+
##### `"identifier"`
290290

291291
The `"identifier"` modifier behaves like `"token"`, but only considers tokens that are viable identifiers. For example `"identifier"` could be used to select `foo`, `fooBar`, or `foo_bar`, but not `.`, `=`, `+=`, etc. For example:
292292

@@ -438,7 +438,7 @@ In addition to range targets, cursorless supports list targets, which allow you
438438

439439
- `"take [blue] air and [green] bat"`
440440
- `"take funk [blue] air and [green] bat"` (note second target inherits `"funk"`)
441-
- `"take funk [blue] air and token [green] bat"` [blue] air and [green] bat
441+
- `"take funk [blue] air and token [green] bat"`
442442
- `"take air and bat past cap"`
443443

444444
eg:

0 commit comments

Comments
 (0)