Skip to content

Commit 80bacd9

Browse files
Update README.md (#1677)
"bound" => "bounds" ## 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) - [ ] I have not broken the cheatsheet
1 parent e79c59e commit 80bacd9

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
@@ -348,9 +348,9 @@ Cursorless has support for expanding the selection to the nearest containing pai
348348
- `"take curly"` expands selection to include containing braces `{` and `}`
349349
- `"take box"` expands selection to include containing brackets `[` and `]`. See [paired delimiters](#paired-delimiters) for other possible surrounding pairs.
350350
- `"take inside round"` is the same as `"take round"`, but excludes the parentheses themselves
351-
- `"take bound round"` selects only the parentheses
351+
- `"take bounds round"` selects only the parentheses
352352
- `"take pair"` expands to include the nearest containing pair of any kind
353-
- `"take bound"` selects the nearest containing paired delimiters themselves of any kind
353+
- `"take bounds"` selects the nearest containing paired delimiters themselves of any kind
354354
- `"take inside"` selects until the nearest containing paired delimiters of any kind, but doesn't include the delimiters themselves
355355
- `"take round air"` selects the parentheses containing the token with a hat over the `a`.
356356

0 commit comments

Comments
 (0)