You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cursorless-org-docs/src/docs/user/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,11 +233,11 @@ The modifier `"grand"` can be used to select the parent of the containing syntac
233
233
-`"take grand statement air"`
234
234
-`"take grand funk air"`
235
235
236
-
For example, the command `"take grand statement [blue] air"` will select that parent statement of the statement containing the token with a blue hat over the letter 'a'.
236
+
For example, the command `"take grand statement [blue] air"` will select the parent statement of the statement containing the token with a blue hat over the letter 'a'.
237
237
238
238
You can also repeat `"grand"` multiple times.
239
239
240
-
For example, the command `"take grand grand statement [blue] air"` will select that parent statement of parent the statement of the statement containing the token with a blue hat over the letter 'a'.
240
+
For example, the command `"take grand grand statement [blue] air"` will select the parent statement of the parent statement of the statement containing the token with a blue hat over the letter 'a'.
0 commit comments