diff --git a/packages/app-web-docs/src/docs/contributing/private-scopes/disqualifyDelimiter.mdx b/packages/app-web-docs/src/docs/contributing/private-scopes/disqualifyDelimiter.mdx index 013a3e1143..ce3165a338 100644 --- a/packages/app-web-docs/src/docs/contributing/private-scopes/disqualifyDelimiter.mdx +++ b/packages/app-web-docs/src/docs/contributing/private-scopes/disqualifyDelimiter.mdx @@ -18,7 +18,7 @@ Default: `disqualify delimiter` ## Examples -- `"take disqualify delimiter blue air"` - Selects the disqualify delimiter containing the token containing letter 'a' with a blue hat. +- `"take disqualify delimiter blue air"` - Selects the disqualify delimiter containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/contributing/private-scopes/fieldAccess.mdx b/packages/app-web-docs/src/docs/contributing/private-scopes/fieldAccess.mdx index cda28e177b..a4cf93fe0d 100644 --- a/packages/app-web-docs/src/docs/contributing/private-scopes/fieldAccess.mdx +++ b/packages/app-web-docs/src/docs/contributing/private-scopes/fieldAccess.mdx @@ -18,7 +18,7 @@ Default: `access` ## Examples -- `"take access blue air"` - Selects the field access containing the token containing letter 'a' with a blue hat. +- `"take access blue air"` - Selects the field access containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/contributing/private-scopes/interior.mdx b/packages/app-web-docs/src/docs/contributing/private-scopes/interior.mdx index cf268fc930..ce262114b0 100644 --- a/packages/app-web-docs/src/docs/contributing/private-scopes/interior.mdx +++ b/packages/app-web-docs/src/docs/contributing/private-scopes/interior.mdx @@ -18,7 +18,7 @@ Default: `interior` ## Examples -- `"take interior blue air"` - Selects the interior containing the token containing letter 'a' with a blue hat. +- `"take interior blue air"` - Selects the interior containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/contributing/private-scopes/pairDelimiter.mdx b/packages/app-web-docs/src/docs/contributing/private-scopes/pairDelimiter.mdx index 89add021a1..8609da3817 100644 --- a/packages/app-web-docs/src/docs/contributing/private-scopes/pairDelimiter.mdx +++ b/packages/app-web-docs/src/docs/contributing/private-scopes/pairDelimiter.mdx @@ -18,7 +18,7 @@ Default: `pair delimiter` ## Examples -- `"take pair delimiter blue air"` - Selects the pair delimiter containing the token containing letter 'a' with a blue hat. +- `"take pair delimiter blue air"` - Selects the pair delimiter containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/contributing/private-scopes/string.mdx b/packages/app-web-docs/src/docs/contributing/private-scopes/string.mdx index e90ff999d2..f0b9fb3a2b 100644 --- a/packages/app-web-docs/src/docs/contributing/private-scopes/string.mdx +++ b/packages/app-web-docs/src/docs/contributing/private-scopes/string.mdx @@ -18,7 +18,7 @@ Default: `parse tree string` ## Examples -- `"take parse tree string blue air"` - Selects the string containing the token containing letter 'a' with a blue hat. +- `"take parse tree string blue air"` - Selects the string containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/contributing/private-scopes/textFragment.mdx b/packages/app-web-docs/src/docs/contributing/private-scopes/textFragment.mdx index 08d663c38c..60dd56cdab 100644 --- a/packages/app-web-docs/src/docs/contributing/private-scopes/textFragment.mdx +++ b/packages/app-web-docs/src/docs/contributing/private-scopes/textFragment.mdx @@ -18,7 +18,7 @@ Default: `text fragment` ## Examples -- `"take text fragment blue air"` - Selects the text fragment containing the token containing letter 'a' with a blue hat. +- `"take text fragment blue air"` - Selects the text fragment containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/addSelection.mdx b/packages/app-web-docs/src/docs/user/actions/addSelection.mdx index 87facde7dd..15607287b4 100644 --- a/packages/app-web-docs/src/docs/user/actions/addSelection.mdx +++ b/packages/app-web-docs/src/docs/user/actions/addSelection.mdx @@ -16,4 +16,4 @@ Default: `append` ## Examples -- `"append blue air"` - Adds the token containing letter 'a' with a blue hat to the current selections. +- `"append blue air"` - Adds the token containing letter `a` with a blue hat to the current selections. diff --git a/packages/app-web-docs/src/docs/user/actions/addSelectionAfter.mdx b/packages/app-web-docs/src/docs/user/actions/addSelectionAfter.mdx index cf2e3a443a..fdc2d4a399 100644 --- a/packages/app-web-docs/src/docs/user/actions/addSelectionAfter.mdx +++ b/packages/app-web-docs/src/docs/user/actions/addSelectionAfter.mdx @@ -16,4 +16,4 @@ Default: `append post` ## Examples -- `"append post blue air"` - Adds an empty selection after the token containing letter 'a' with a blue hat. +- `"append post blue air"` - Adds an empty selection after the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/addSelectionBefore.mdx b/packages/app-web-docs/src/docs/user/actions/addSelectionBefore.mdx index 93f8cebd94..0a13fbcd48 100644 --- a/packages/app-web-docs/src/docs/user/actions/addSelectionBefore.mdx +++ b/packages/app-web-docs/src/docs/user/actions/addSelectionBefore.mdx @@ -16,4 +16,4 @@ Default: `append pre` ## Examples -- `"append pre blue air"` - Adds an empty selection before the token containing letter 'a' with a blue hat. +- `"append pre blue air"` - Adds an empty selection before the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/applyFormatter.mdx b/packages/app-web-docs/src/docs/user/actions/applyFormatter.mdx index 6a43dbca25..5cba30920c 100644 --- a/packages/app-web-docs/src/docs/user/actions/applyFormatter.mdx +++ b/packages/app-web-docs/src/docs/user/actions/applyFormatter.mdx @@ -16,4 +16,4 @@ Default: `format` ## Examples -- `"format camel at blue air"` - Reformats the token containing letter 'a' with a blue hat as camel case. +- `"format camel at blue air"` - Reformats the token containing letter `a` with a blue hat as camel case. diff --git a/packages/app-web-docs/src/docs/user/actions/breakLine.mdx b/packages/app-web-docs/src/docs/user/actions/breakLine.mdx index 20738fb9e9..75c611970d 100644 --- a/packages/app-web-docs/src/docs/user/actions/breakLine.mdx +++ b/packages/app-web-docs/src/docs/user/actions/breakLine.mdx @@ -16,4 +16,4 @@ Default: `break` ## Examples -- `"break blue air"` - Breaks the line before the token containing letter 'a' with a blue hat. +- `"break blue air"` - Breaks the line before the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/callAsFunction.mdx b/packages/app-web-docs/src/docs/user/actions/callAsFunction.mdx index 89cb33cc6a..9f61c50f85 100644 --- a/packages/app-web-docs/src/docs/user/actions/callAsFunction.mdx +++ b/packages/app-web-docs/src/docs/user/actions/callAsFunction.mdx @@ -17,5 +17,5 @@ Default: `call` ## Examples -- `"call blue air"` - Inserts a call to the token containing letter 'a' with a blue hat at the current selection. -- `"call blue air on green bat"` - Inserts a call to the token containing letter 'a' with a blue hat on the token containing letter 'b' with a green hat. +- `"call blue air"` - Inserts a call to the token containing letter `a` with a blue hat at the current selection. +- `"call blue air on green bat"` - Inserts a call to the token containing letter `a` with a blue hat on the token containing letter `b` with a green hat. diff --git a/packages/app-web-docs/src/docs/user/actions/clearAndSetSelection.mdx b/packages/app-web-docs/src/docs/user/actions/clearAndSetSelection.mdx index 5814d30fa4..9944cf8442 100644 --- a/packages/app-web-docs/src/docs/user/actions/clearAndSetSelection.mdx +++ b/packages/app-web-docs/src/docs/user/actions/clearAndSetSelection.mdx @@ -17,4 +17,4 @@ Legacy: `clear` ## Examples -- `"change blue air"` - Changes the token containing letter 'a' with a blue hat by clearing it and leaving the cursor in its place. +- `"change blue air"` - Changes the token containing letter `a` with a blue hat by clearing it and leaving the cursor in its place. diff --git a/packages/app-web-docs/src/docs/user/actions/copyToClipboard.mdx b/packages/app-web-docs/src/docs/user/actions/copyToClipboard.mdx index 7c6431062e..da112a0cc7 100644 --- a/packages/app-web-docs/src/docs/user/actions/copyToClipboard.mdx +++ b/packages/app-web-docs/src/docs/user/actions/copyToClipboard.mdx @@ -16,4 +16,4 @@ Default: `copy` ## Examples -- `"copy blue air"` - Copies the token containing letter 'a' with a blue hat to the clipboard. +- `"copy blue air"` - Copies the token containing letter `a` with a blue hat to the clipboard. diff --git a/packages/app-web-docs/src/docs/user/actions/cutToClipboard.mdx b/packages/app-web-docs/src/docs/user/actions/cutToClipboard.mdx index 4dc92f4988..c7ac516186 100644 --- a/packages/app-web-docs/src/docs/user/actions/cutToClipboard.mdx +++ b/packages/app-web-docs/src/docs/user/actions/cutToClipboard.mdx @@ -16,4 +16,4 @@ Default: `carve` ## Examples -- `"carve blue air"` - Cuts the token containing letter 'a' with a blue hat to the clipboard. +- `"carve blue air"` - Cuts the token containing letter `a` with a blue hat to the clipboard. diff --git a/packages/app-web-docs/src/docs/user/actions/decrement.mdx b/packages/app-web-docs/src/docs/user/actions/decrement.mdx index 8199ed7ff7..ab91bf4861 100644 --- a/packages/app-web-docs/src/docs/user/actions/decrement.mdx +++ b/packages/app-web-docs/src/docs/user/actions/decrement.mdx @@ -16,4 +16,4 @@ Default: `decrement` ## Examples -- `"decrement blue five"` - Decrements the number at the token containing number '5' with a blue hat. +- `"decrement blue five"` - Decrements the number at the token containing number `5` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/deselect.mdx b/packages/app-web-docs/src/docs/user/actions/deselect.mdx index 08fbdbfd7a..1c0116b859 100644 --- a/packages/app-web-docs/src/docs/user/actions/deselect.mdx +++ b/packages/app-web-docs/src/docs/user/actions/deselect.mdx @@ -16,4 +16,4 @@ Default: `give` ## Examples -- `"give blue air"` - Removes the token containing letter 'a' with a blue hat from the current selections. +- `"give blue air"` - Removes the token containing letter `a` with a blue hat from the current selections. diff --git a/packages/app-web-docs/src/docs/user/actions/editNewLineAfter.mdx b/packages/app-web-docs/src/docs/user/actions/editNewLineAfter.mdx index 6e60085a1d..377c2f2591 100644 --- a/packages/app-web-docs/src/docs/user/actions/editNewLineAfter.mdx +++ b/packages/app-web-docs/src/docs/user/actions/editNewLineAfter.mdx @@ -19,5 +19,5 @@ Default: `pour` ## Examples -- `"pour blue air"` - Inserts a new line below the token containing letter 'a' with a blue hat and moves the cursor to it. -- `"pour item blue air"` - Inserts the delimiters for a new collection item after the item containing the token containing letter 'a' with a blue hat and moves the cursor there. +- `"pour blue air"` - Inserts a new line below the token containing letter `a` with a blue hat and moves the cursor to it. +- `"pour item blue air"` - Inserts the delimiters for a new collection item after the item containing the token containing letter `a` with a blue hat and moves the cursor there. diff --git a/packages/app-web-docs/src/docs/user/actions/editNewLineBefore.mdx b/packages/app-web-docs/src/docs/user/actions/editNewLineBefore.mdx index 97a15a112d..6de79669fd 100644 --- a/packages/app-web-docs/src/docs/user/actions/editNewLineBefore.mdx +++ b/packages/app-web-docs/src/docs/user/actions/editNewLineBefore.mdx @@ -19,5 +19,5 @@ Default: `drink` ## Examples -- `"drink blue air"` - Inserts a new line above the token containing letter 'a' with a blue hat and moves the cursor to it. -- `"drink item blue air"` - Inserts the delimiters for a new collection item before the item containing the token containing letter 'a' with a blue hat and moves the cursor there. +- `"drink blue air"` - Inserts a new line above the token containing letter `a` with a blue hat and moves the cursor to it. +- `"drink item blue air"` - Inserts the delimiters for a new collection item before the item containing the token containing letter `a` with a blue hat and moves the cursor there. diff --git a/packages/app-web-docs/src/docs/user/actions/extractVariable.mdx b/packages/app-web-docs/src/docs/user/actions/extractVariable.mdx index 0854a96bcc..724cda507f 100644 --- a/packages/app-web-docs/src/docs/user/actions/extractVariable.mdx +++ b/packages/app-web-docs/src/docs/user/actions/extractVariable.mdx @@ -18,4 +18,4 @@ Default: `extract` ## Examples -- `"extract value blue air"` - Extracts the value containing the token containing letter 'a' with a blue hat into a variable. +- `"extract value blue air"` - Extracts the value containing the token containing letter `a` with a blue hat into a variable. diff --git a/packages/app-web-docs/src/docs/user/actions/findInDocument.mdx b/packages/app-web-docs/src/docs/user/actions/findInDocument.mdx index d3735a0b1a..a3ec1af333 100644 --- a/packages/app-web-docs/src/docs/user/actions/findInDocument.mdx +++ b/packages/app-web-docs/src/docs/user/actions/findInDocument.mdx @@ -16,4 +16,4 @@ Default: `scout` ## Examples -- `"scout blue air"` - Searches the current document for the token containing letter 'a' with a blue hat. +- `"scout blue air"` - Searches the current document for the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/findInWorkspace.mdx b/packages/app-web-docs/src/docs/user/actions/findInWorkspace.mdx index 01c9b4a3fe..269e2e9723 100644 --- a/packages/app-web-docs/src/docs/user/actions/findInWorkspace.mdx +++ b/packages/app-web-docs/src/docs/user/actions/findInWorkspace.mdx @@ -16,4 +16,4 @@ Default: `scout all` ## Examples -- `"scout all blue air"` - Searches the workspace for the token containing letter 'a' with a blue hat. +- `"scout all blue air"` - Searches the workspace for the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/flashTargets.mdx b/packages/app-web-docs/src/docs/user/actions/flashTargets.mdx index 2474770ee4..e470b06ee1 100644 --- a/packages/app-web-docs/src/docs/user/actions/flashTargets.mdx +++ b/packages/app-web-docs/src/docs/user/actions/flashTargets.mdx @@ -16,4 +16,4 @@ Default: `flash` ## Examples -- `"flash blue air"` - Briefly flashes the token containing letter 'a' with a blue hat. +- `"flash blue air"` - Briefly flashes the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/foldRegion.mdx b/packages/app-web-docs/src/docs/user/actions/foldRegion.mdx index 2c64e9e633..f07ff7d54f 100644 --- a/packages/app-web-docs/src/docs/user/actions/foldRegion.mdx +++ b/packages/app-web-docs/src/docs/user/actions/foldRegion.mdx @@ -16,4 +16,4 @@ Default: `fold` ## Examples -- `"fold funk blue air"` - Folds the function containing the token containing letter 'a' with a blue hat. +- `"fold funk blue air"` - Folds the function containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/followLink.mdx b/packages/app-web-docs/src/docs/user/actions/followLink.mdx index 8e88675d11..62f9390032 100644 --- a/packages/app-web-docs/src/docs/user/actions/followLink.mdx +++ b/packages/app-web-docs/src/docs/user/actions/followLink.mdx @@ -16,4 +16,4 @@ Default: `follow` ## Examples -- `"follow blue air"` - Opens the link containing the token containing letter 'a' with a blue hat. +- `"follow blue air"` - Opens the link containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/followLinkAside.mdx b/packages/app-web-docs/src/docs/user/actions/followLinkAside.mdx index 786b79f870..427ae43eb8 100644 --- a/packages/app-web-docs/src/docs/user/actions/followLinkAside.mdx +++ b/packages/app-web-docs/src/docs/user/actions/followLinkAside.mdx @@ -16,4 +16,4 @@ Default: `follow split` ## Examples -- `"follow split blue air"` - Opens the link containing the token containing letter 'a' with a blue hat in a split view. +- `"follow split blue air"` - Opens the link containing the token containing letter `a` with a blue hat in a split view. diff --git a/packages/app-web-docs/src/docs/user/actions/generateSnippet.mdx b/packages/app-web-docs/src/docs/user/actions/generateSnippet.mdx index fc98589d01..5a2e7f65ad 100644 --- a/packages/app-web-docs/src/docs/user/actions/generateSnippet.mdx +++ b/packages/app-web-docs/src/docs/user/actions/generateSnippet.mdx @@ -17,4 +17,4 @@ Legacy: `snippet make` ## Examples -- `"snip make funk blue air"` - Generates a snippet from the function containing the token containing letter 'a' with a blue hat. +- `"snip make funk blue air"` - Generates a snippet from the function containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/gitAccept.mdx b/packages/app-web-docs/src/docs/user/actions/gitAccept.mdx index 55922a79e4..dbf0f9f550 100644 --- a/packages/app-web-docs/src/docs/user/actions/gitAccept.mdx +++ b/packages/app-web-docs/src/docs/user/actions/gitAccept.mdx @@ -16,4 +16,4 @@ Default: `git accept` ## Examples -- `"git accept blue air"` - Accepts the Git change on the line containing the token containing letter 'a' with a blue hat. +- `"git accept blue air"` - Accepts the Git change on the line containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/gitRevert.mdx b/packages/app-web-docs/src/docs/user/actions/gitRevert.mdx index 425ad28ce3..ccce9cde97 100644 --- a/packages/app-web-docs/src/docs/user/actions/gitRevert.mdx +++ b/packages/app-web-docs/src/docs/user/actions/gitRevert.mdx @@ -16,4 +16,4 @@ Default: `git revert` ## Examples -- `"git revert blue air"` - Reverts the Git change on the line containing the token containing letter 'a' with a blue hat. +- `"git revert blue air"` - Reverts the Git change on the line containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/gitStage.mdx b/packages/app-web-docs/src/docs/user/actions/gitStage.mdx index 733a450bf7..4fe177e458 100644 --- a/packages/app-web-docs/src/docs/user/actions/gitStage.mdx +++ b/packages/app-web-docs/src/docs/user/actions/gitStage.mdx @@ -16,4 +16,4 @@ Default: `git stage` ## Examples -- `"git stage blue air"` - Stages the Git change on the line containing the token containing letter 'a' with a blue hat. +- `"git stage blue air"` - Stages the Git change on the line containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/gitUnstage.mdx b/packages/app-web-docs/src/docs/user/actions/gitUnstage.mdx index 76df058e12..e618961ed3 100644 --- a/packages/app-web-docs/src/docs/user/actions/gitUnstage.mdx +++ b/packages/app-web-docs/src/docs/user/actions/gitUnstage.mdx @@ -16,4 +16,4 @@ Default: `git unstage` ## Examples -- `"git unstage blue air"` - Unstages the Git change on the line containing the token containing letter 'a' with a blue hat. +- `"git unstage blue air"` - Unstages the Git change on the line containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/highlight.mdx b/packages/app-web-docs/src/docs/user/actions/highlight.mdx index 87029f7259..397c5cd71a 100644 --- a/packages/app-web-docs/src/docs/user/actions/highlight.mdx +++ b/packages/app-web-docs/src/docs/user/actions/highlight.mdx @@ -16,4 +16,4 @@ Default: `highlight` ## Examples -- `"highlight blue air"` - Highlights the token containing letter 'a' with a blue hat. +- `"highlight blue air"` - Highlights the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/increment.mdx b/packages/app-web-docs/src/docs/user/actions/increment.mdx index 409ebb9656..cf2b424daa 100644 --- a/packages/app-web-docs/src/docs/user/actions/increment.mdx +++ b/packages/app-web-docs/src/docs/user/actions/increment.mdx @@ -16,4 +16,4 @@ Default: `increment` ## Examples -- `"increment blue five"` - Increments the token containing number '5' with a blue hat. +- `"increment blue five"` - Increments the token containing number `5` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/indentLine.mdx b/packages/app-web-docs/src/docs/user/actions/indentLine.mdx index 2f3a9b90de..67ce8c478d 100644 --- a/packages/app-web-docs/src/docs/user/actions/indentLine.mdx +++ b/packages/app-web-docs/src/docs/user/actions/indentLine.mdx @@ -16,4 +16,4 @@ Default: `indent` ## Examples -- `"indent blue air"` - Indents the line containing the token containing letter 'a' with a blue hat. +- `"indent blue air"` - Indents the line containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/insertCopyAfter.mdx b/packages/app-web-docs/src/docs/user/actions/insertCopyAfter.mdx index fb7380cfe4..c8df2556cc 100644 --- a/packages/app-web-docs/src/docs/user/actions/insertCopyAfter.mdx +++ b/packages/app-web-docs/src/docs/user/actions/insertCopyAfter.mdx @@ -18,4 +18,4 @@ Default: `clone` ## Examples -- `"clone funk blue air"` - Inserts a copy of the function containing the token containing letter 'a' with a blue hat after itself. +- `"clone funk blue air"` - Inserts a copy of the function containing the token containing letter `a` with a blue hat after itself. diff --git a/packages/app-web-docs/src/docs/user/actions/insertCopyBefore.mdx b/packages/app-web-docs/src/docs/user/actions/insertCopyBefore.mdx index c6588fae19..ccc3849ebc 100644 --- a/packages/app-web-docs/src/docs/user/actions/insertCopyBefore.mdx +++ b/packages/app-web-docs/src/docs/user/actions/insertCopyBefore.mdx @@ -18,4 +18,4 @@ Default: `clone up` ## Examples -- `"clone up funk blue air"` - Inserts a copy of the function containing the token containing letter 'a' with a blue hat before itself. +- `"clone up funk blue air"` - Inserts a copy of the function containing the token containing letter `a` with a blue hat before itself. diff --git a/packages/app-web-docs/src/docs/user/actions/insertEmptyLineAfter.mdx b/packages/app-web-docs/src/docs/user/actions/insertEmptyLineAfter.mdx index 61e8af8c9b..8d7087c21c 100644 --- a/packages/app-web-docs/src/docs/user/actions/insertEmptyLineAfter.mdx +++ b/packages/app-web-docs/src/docs/user/actions/insertEmptyLineAfter.mdx @@ -18,5 +18,5 @@ Default: `float` ## Examples -- `"float blue air"` - Inserts an empty line below the token containing letter 'a' with a blue hat without moving the cursor. -- `"float item blue air"` - Inserts the required delimiter after the collection item containing the token containing letter 'a' with a blue hat. +- `"float blue air"` - Inserts an empty line below the token containing letter `a` with a blue hat without moving the cursor. +- `"float item blue air"` - Inserts the required delimiter after the collection item containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/insertEmptyLineBefore.mdx b/packages/app-web-docs/src/docs/user/actions/insertEmptyLineBefore.mdx index 5d82b68a80..98dcde6dbd 100644 --- a/packages/app-web-docs/src/docs/user/actions/insertEmptyLineBefore.mdx +++ b/packages/app-web-docs/src/docs/user/actions/insertEmptyLineBefore.mdx @@ -18,5 +18,5 @@ Default: `drop` ## Examples -- `"drop blue air"` - Inserts an empty line above the token containing letter 'a' with a blue hat without moving the cursor. -- `"drop item blue air"` - Inserts the required delimiter before the collection item containing the token containing letter 'a' with a blue hat. +- `"drop blue air"` - Inserts an empty line above the token containing letter `a` with a blue hat without moving the cursor. +- `"drop item blue air"` - Inserts the required delimiter before the collection item containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/insertEmptyLinesAround.mdx b/packages/app-web-docs/src/docs/user/actions/insertEmptyLinesAround.mdx index 180a126a83..831f4ceee2 100644 --- a/packages/app-web-docs/src/docs/user/actions/insertEmptyLinesAround.mdx +++ b/packages/app-web-docs/src/docs/user/actions/insertEmptyLinesAround.mdx @@ -18,5 +18,5 @@ Default: `puff` ## Examples -- `"puff blue air"` - Inserts empty lines around the line containing the token containing letter 'a' with a blue hat without moving the cursor. -- `"puff token blue air"` - Inserts spaces around the token containing letter 'a' with a blue hat. +- `"puff blue air"` - Inserts empty lines around the line containing the token containing letter `a` with a blue hat without moving the cursor. +- `"puff token blue air"` - Inserts spaces around the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/insertSnippet.mdx b/packages/app-web-docs/src/docs/user/actions/insertSnippet.mdx index 0ed7c8b235..4ca6244956 100644 --- a/packages/app-web-docs/src/docs/user/actions/insertSnippet.mdx +++ b/packages/app-web-docs/src/docs/user/actions/insertSnippet.mdx @@ -16,4 +16,4 @@ Default: `snip` ## Examples -- `"snip if after blue air"` - Inserts an if-statement snippet after the token containing letter 'a' with a blue hat. +- `"snip if after blue air"` - Inserts an if-statement snippet after the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/joinLines.mdx b/packages/app-web-docs/src/docs/user/actions/joinLines.mdx index ed48d54eaa..c7a4bc4d89 100644 --- a/packages/app-web-docs/src/docs/user/actions/joinLines.mdx +++ b/packages/app-web-docs/src/docs/user/actions/joinLines.mdx @@ -18,4 +18,4 @@ Default: `join` ## Examples -- `"join blue air"` - Joins the line containing the token containing letter 'a' with a blue hat with the following line. +- `"join blue air"` - Joins the line containing the token containing letter `a` with a blue hat with the following line. diff --git a/packages/app-web-docs/src/docs/user/actions/moveToTarget.mdx b/packages/app-web-docs/src/docs/user/actions/moveToTarget.mdx index 13ffc95adf..bcf992b204 100644 --- a/packages/app-web-docs/src/docs/user/actions/moveToTarget.mdx +++ b/packages/app-web-docs/src/docs/user/actions/moveToTarget.mdx @@ -19,5 +19,5 @@ Default: `move` ## Examples -- `"move blue air"` - Moves the token containing letter 'a' with a blue hat to the current selection. -- `"move blue air after green bat"` - Moves the token containing letter 'a' with a blue hat to after the token containing letter 'b' with a green hat. +- `"move blue air"` - Moves the token containing letter `a` with a blue hat to the current selection. +- `"move blue air after green bat"` - Moves the token containing letter `a` with a blue hat to after the token containing letter `b` with a green hat. diff --git a/packages/app-web-docs/src/docs/user/actions/nextHomophone.mdx b/packages/app-web-docs/src/docs/user/actions/nextHomophone.mdx index 13db382fc8..ba9f99479e 100644 --- a/packages/app-web-docs/src/docs/user/actions/nextHomophone.mdx +++ b/packages/app-web-docs/src/docs/user/actions/nextHomophone.mdx @@ -18,4 +18,4 @@ Default: `phones` ## Examples -- `"phones blue air"` - Replaces the token containing letter 'a' with a blue hat with its next homophone. +- `"phones blue air"` - Replaces the token containing letter `a` with a blue hat with its next homophone. diff --git a/packages/app-web-docs/src/docs/user/actions/outdentLine.mdx b/packages/app-web-docs/src/docs/user/actions/outdentLine.mdx index 335a282890..2d920f98e3 100644 --- a/packages/app-web-docs/src/docs/user/actions/outdentLine.mdx +++ b/packages/app-web-docs/src/docs/user/actions/outdentLine.mdx @@ -16,4 +16,4 @@ Default: `dedent` ## Examples -- `"dedent blue air"` - Decreases the indentation of the line containing the token containing letter 'a' with a blue hat. +- `"dedent blue air"` - Decreases the indentation of the line containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/pasteFromClipboard.mdx b/packages/app-web-docs/src/docs/user/actions/pasteFromClipboard.mdx index 56dfbb8d07..6368559d79 100644 --- a/packages/app-web-docs/src/docs/user/actions/pasteFromClipboard.mdx +++ b/packages/app-web-docs/src/docs/user/actions/pasteFromClipboard.mdx @@ -16,4 +16,4 @@ Default: `paste` ## Examples -- `"paste after blue air"` - Pastes the clipboard contents after the token containing letter 'a' with a blue hat. +- `"paste after blue air"` - Pastes the clipboard contents after the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/randomizeTargets.mdx b/packages/app-web-docs/src/docs/user/actions/randomizeTargets.mdx index 355740cd5b..364557a47e 100644 --- a/packages/app-web-docs/src/docs/user/actions/randomizeTargets.mdx +++ b/packages/app-web-docs/src/docs/user/actions/randomizeTargets.mdx @@ -18,6 +18,6 @@ Default: `shuffle` ## Examples -- `"shuffle every item blue air"` - Randomizes the collection items associated with the token containing letter 'a' with a blue hat. -- `"shuffle line blue air slice green bat"` - Randomizes the lines from the token containing letter 'a' with a blue hat through the token containing letter 'b' with a green hat. +- `"shuffle every item blue air"` - Randomizes the collection items associated with the token containing letter `a` with a blue hat. +- `"shuffle line blue air slice green bat"` - Randomizes the lines from the token containing letter `a` with a blue hat through the token containing letter `b` with a green hat. - `"shuffle this"` - Randomizes the current selections. diff --git a/packages/app-web-docs/src/docs/user/actions/remove.mdx b/packages/app-web-docs/src/docs/user/actions/remove.mdx index d41b93f472..cc20583b1e 100644 --- a/packages/app-web-docs/src/docs/user/actions/remove.mdx +++ b/packages/app-web-docs/src/docs/user/actions/remove.mdx @@ -18,4 +18,4 @@ Default: `chuck` ## Examples -- `"chuck blue air"` - Removes the token containing letter 'a' with a blue hat. +- `"chuck blue air"` - Removes the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/rename.mdx b/packages/app-web-docs/src/docs/user/actions/rename.mdx index 0ecd8cdfad..a982277af1 100644 --- a/packages/app-web-docs/src/docs/user/actions/rename.mdx +++ b/packages/app-web-docs/src/docs/user/actions/rename.mdx @@ -18,4 +18,4 @@ Default: `rename` ## Examples -- `"rename blue air"` - Starts renaming the token containing letter 'a' with a blue hat. +- `"rename blue air"` - Starts renaming the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/replaceWithTarget.mdx b/packages/app-web-docs/src/docs/user/actions/replaceWithTarget.mdx index 3d0c80f4ed..49bc966fbe 100644 --- a/packages/app-web-docs/src/docs/user/actions/replaceWithTarget.mdx +++ b/packages/app-web-docs/src/docs/user/actions/replaceWithTarget.mdx @@ -17,5 +17,5 @@ Default: `bring` ## Examples -- `"bring blue air"` - Inserts a copy of the token containing letter 'a' with a blue hat at the current selection. -- `"bring blue air to green bat"` - Replaces the token containing letter 'b' with a green hat with a copy of the token containing letter 'a' with a blue hat. +- `"bring blue air"` - Inserts a copy of the token containing letter `a` with a blue hat at the current selection. +- `"bring blue air to green bat"` - Replaces the token containing letter `b` with a green hat with a copy of the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/revealDefinition.mdx b/packages/app-web-docs/src/docs/user/actions/revealDefinition.mdx index 2a19249e2b..cb713bae67 100644 --- a/packages/app-web-docs/src/docs/user/actions/revealDefinition.mdx +++ b/packages/app-web-docs/src/docs/user/actions/revealDefinition.mdx @@ -16,4 +16,4 @@ Default: `define` ## Examples -- `"define blue air"` - Opens the definition of the token containing letter 'a' with a blue hat. +- `"define blue air"` - Opens the definition of the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/revealTypeDefinition.mdx b/packages/app-web-docs/src/docs/user/actions/revealTypeDefinition.mdx index a9b50355ed..e707cb590a 100644 --- a/packages/app-web-docs/src/docs/user/actions/revealTypeDefinition.mdx +++ b/packages/app-web-docs/src/docs/user/actions/revealTypeDefinition.mdx @@ -16,4 +16,4 @@ Default: `type deaf` ## Examples -- `"type deaf blue air"` - Opens the type definition of the token containing letter 'a' with a blue hat. +- `"type deaf blue air"` - Opens the type definition of the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/reverseTargets.mdx b/packages/app-web-docs/src/docs/user/actions/reverseTargets.mdx index 7273244197..2c88ea0abc 100644 --- a/packages/app-web-docs/src/docs/user/actions/reverseTargets.mdx +++ b/packages/app-web-docs/src/docs/user/actions/reverseTargets.mdx @@ -18,6 +18,6 @@ Default: `reverse` ## Examples -- `"reverse every item blue air"` - Reverses the collection items associated with the token containing letter 'a' with a blue hat. -- `"reverse line blue air slice green bat"` - Reverses the lines from the token containing letter 'a' with a blue hat through the token containing letter 'b' with a green hat. +- `"reverse every item blue air"` - Reverses the collection items associated with the token containing letter `a` with a blue hat. +- `"reverse line blue air slice green bat"` - Reverses the lines from the token containing letter `a` with a blue hat through the token containing letter `b` with a green hat. - `"reverse this"` - Reverses the current selections. diff --git a/packages/app-web-docs/src/docs/user/actions/rewrapWithPairedDelimiter.mdx b/packages/app-web-docs/src/docs/user/actions/rewrapWithPairedDelimiter.mdx index 30da712713..1379975fb2 100644 --- a/packages/app-web-docs/src/docs/user/actions/rewrapWithPairedDelimiter.mdx +++ b/packages/app-web-docs/src/docs/user/actions/rewrapWithPairedDelimiter.mdx @@ -18,4 +18,4 @@ Default: `repack` ## Examples -- `"curly repack blue air"` - Replaces the paired delimiters around the token containing letter 'a' with a blue hat with curly brackets. +- `"curly repack blue air"` - Replaces the paired delimiters around the token containing letter `a` with a blue hat with curly brackets. diff --git a/packages/app-web-docs/src/docs/user/actions/scrollToBottom.mdx b/packages/app-web-docs/src/docs/user/actions/scrollToBottom.mdx index cd087a1e6b..95b8bf9280 100644 --- a/packages/app-web-docs/src/docs/user/actions/scrollToBottom.mdx +++ b/packages/app-web-docs/src/docs/user/actions/scrollToBottom.mdx @@ -16,4 +16,4 @@ Default: `bottom` ## Examples -- `"bottom blue air"` - Scrolls the token containing letter 'a' with a blue hat to the bottom of the viewport. +- `"bottom blue air"` - Scrolls the token containing letter `a` with a blue hat to the bottom of the viewport. diff --git a/packages/app-web-docs/src/docs/user/actions/scrollToCenter.mdx b/packages/app-web-docs/src/docs/user/actions/scrollToCenter.mdx index 9dc1f8a710..423b8f90fe 100644 --- a/packages/app-web-docs/src/docs/user/actions/scrollToCenter.mdx +++ b/packages/app-web-docs/src/docs/user/actions/scrollToCenter.mdx @@ -16,4 +16,4 @@ Default: `center` ## Examples -- `"center blue air"` - Scrolls the token containing letter 'a' with a blue hat to the center of the viewport. +- `"center blue air"` - Scrolls the token containing letter `a` with a blue hat to the center of the viewport. diff --git a/packages/app-web-docs/src/docs/user/actions/scrollToTop.mdx b/packages/app-web-docs/src/docs/user/actions/scrollToTop.mdx index 812d89dc55..2ee21f9fe4 100644 --- a/packages/app-web-docs/src/docs/user/actions/scrollToTop.mdx +++ b/packages/app-web-docs/src/docs/user/actions/scrollToTop.mdx @@ -16,4 +16,4 @@ Default: `crown` ## Examples -- `"crown blue air"` - Scrolls the token containing letter 'a' with a blue hat to the top of the viewport. +- `"crown blue air"` - Scrolls the token containing letter `a` with a blue hat to the top of the viewport. diff --git a/packages/app-web-docs/src/docs/user/actions/setInstanceReference.mdx b/packages/app-web-docs/src/docs/user/actions/setInstanceReference.mdx index cd2065722a..dcd22e1492 100644 --- a/packages/app-web-docs/src/docs/user/actions/setInstanceReference.mdx +++ b/packages/app-web-docs/src/docs/user/actions/setInstanceReference.mdx @@ -20,5 +20,5 @@ Default: `from` ## Examples -- `"from funk blue air take every instance green bat"` - Selects every instance of the token containing letter 'b' with a green hat within the function containing the token containing letter 'a' with a blue hat. -- `"from blue air take next instance green bat"` - Selects the next instance of the token containing letter 'b' with a green hat, searching from the token containing letter 'a' with a blue hat. +- `"from funk blue air take every instance green bat"` - Selects every instance of the token containing letter `b` with a green hat within the function containing the token containing letter `a` with a blue hat. +- `"from blue air take next instance green bat"` - Selects the next instance of the token containing letter `b` with a green hat, searching from the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/setSelection.mdx b/packages/app-web-docs/src/docs/user/actions/setSelection.mdx index 9facbe794c..125abba5c5 100644 --- a/packages/app-web-docs/src/docs/user/actions/setSelection.mdx +++ b/packages/app-web-docs/src/docs/user/actions/setSelection.mdx @@ -18,4 +18,4 @@ Default: `take` ## Examples -- `"take blue air"` - Selects the token containing letter 'a' with a blue hat. +- `"take blue air"` - Selects the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/setSelectionAfter.mdx b/packages/app-web-docs/src/docs/user/actions/setSelectionAfter.mdx index ddfd67335b..affe113a2f 100644 --- a/packages/app-web-docs/src/docs/user/actions/setSelectionAfter.mdx +++ b/packages/app-web-docs/src/docs/user/actions/setSelectionAfter.mdx @@ -18,4 +18,4 @@ Default: `post` ## Examples -- `"post blue air"` - Places the cursor after the token containing letter 'a' with a blue hat. +- `"post blue air"` - Places the cursor after the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/setSelectionBefore.mdx b/packages/app-web-docs/src/docs/user/actions/setSelectionBefore.mdx index 600eb32d13..69ea0d907d 100644 --- a/packages/app-web-docs/src/docs/user/actions/setSelectionBefore.mdx +++ b/packages/app-web-docs/src/docs/user/actions/setSelectionBefore.mdx @@ -18,4 +18,4 @@ Default: `pre` ## Examples -- `"pre blue air"` - Places the cursor before the token containing letter 'a' with a blue hat. +- `"pre blue air"` - Places the cursor before the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/showDebugHover.mdx b/packages/app-web-docs/src/docs/user/actions/showDebugHover.mdx index 4d34628aca..76d3350421 100644 --- a/packages/app-web-docs/src/docs/user/actions/showDebugHover.mdx +++ b/packages/app-web-docs/src/docs/user/actions/showDebugHover.mdx @@ -16,4 +16,4 @@ Default: `inspect` ## Examples -- `"inspect blue air"` - Shows debug information for the token containing letter 'a' with a blue hat. +- `"inspect blue air"` - Shows debug information for the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/showHover.mdx b/packages/app-web-docs/src/docs/user/actions/showHover.mdx index 9a1c3cffc7..f97627e6d3 100644 --- a/packages/app-web-docs/src/docs/user/actions/showHover.mdx +++ b/packages/app-web-docs/src/docs/user/actions/showHover.mdx @@ -16,4 +16,4 @@ Default: `hover` ## Examples -- `"hover blue air"` - Shows hover information for the token containing letter 'a' with a blue hat. +- `"hover blue air"` - Shows hover information for the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/showQuickFix.mdx b/packages/app-web-docs/src/docs/user/actions/showQuickFix.mdx index 581f3ca06f..d5cd9f90ec 100644 --- a/packages/app-web-docs/src/docs/user/actions/showQuickFix.mdx +++ b/packages/app-web-docs/src/docs/user/actions/showQuickFix.mdx @@ -18,4 +18,4 @@ Default: `quick fix` ## Examples -- `"quick fix blue air"` - Shows quick fixes for the token containing letter 'a' with a blue hat. +- `"quick fix blue air"` - Shows quick fixes for the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/showReferences.mdx b/packages/app-web-docs/src/docs/user/actions/showReferences.mdx index cd526f1287..1a3c402b43 100644 --- a/packages/app-web-docs/src/docs/user/actions/showReferences.mdx +++ b/packages/app-web-docs/src/docs/user/actions/showReferences.mdx @@ -16,4 +16,4 @@ Default: `reference` ## Examples -- `"reference blue air"` - Shows references to the token containing letter 'a' with a blue hat. +- `"reference blue air"` - Shows references to the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/sortTargets.mdx b/packages/app-web-docs/src/docs/user/actions/sortTargets.mdx index 80f99d236f..8d8a534896 100644 --- a/packages/app-web-docs/src/docs/user/actions/sortTargets.mdx +++ b/packages/app-web-docs/src/docs/user/actions/sortTargets.mdx @@ -18,6 +18,6 @@ Default: `sort` ## Examples -- `"sort every item blue air"` - Sorts the collection items associated with the token containing letter 'a' with a blue hat. -- `"sort line blue air slice green bat"` - Sorts the lines from the token containing letter 'a' with a blue hat through the token containing letter 'b' with a green hat. +- `"sort every item blue air"` - Sorts the collection items associated with the token containing letter `a` with a blue hat. +- `"sort line blue air slice green bat"` - Sorts the lines from the token containing letter `a` with a blue hat through the token containing letter `b` with a green hat. - `"sort this"` - Sorts the current selections. diff --git a/packages/app-web-docs/src/docs/user/actions/swapTargets.mdx b/packages/app-web-docs/src/docs/user/actions/swapTargets.mdx index b5556aff89..1729168068 100644 --- a/packages/app-web-docs/src/docs/user/actions/swapTargets.mdx +++ b/packages/app-web-docs/src/docs/user/actions/swapTargets.mdx @@ -19,5 +19,5 @@ Default: `swap` ## Examples -- `"swap with blue air"` - Swaps the current selection with the token containing letter 'a' with a blue hat. -- `"swap blue air with green bat"` - Swaps the token containing letter 'a' with a blue hat and the token containing letter 'b' with a green hat. +- `"swap with blue air"` - Swaps the current selection with the token containing letter `a` with a blue hat. +- `"swap blue air with green bat"` - Swaps the token containing letter `a` with a blue hat and the token containing letter `b` with a green hat. diff --git a/packages/app-web-docs/src/docs/user/actions/toggleLineBreakpoint.mdx b/packages/app-web-docs/src/docs/user/actions/toggleLineBreakpoint.mdx index e65a914199..7ca1942c26 100644 --- a/packages/app-web-docs/src/docs/user/actions/toggleLineBreakpoint.mdx +++ b/packages/app-web-docs/src/docs/user/actions/toggleLineBreakpoint.mdx @@ -19,5 +19,5 @@ Default: `break point` ## Examples -- `"break point blue air"` - Toggles a breakpoint on the line containing the token containing letter 'a' with a blue hat. -- `"break point token blue air"` - Toggles an inline breakpoint at the token containing letter 'a' with a blue hat. +- `"break point blue air"` - Toggles a breakpoint on the line containing the token containing letter `a` with a blue hat. +- `"break point token blue air"` - Toggles an inline breakpoint at the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/toggleLineComment.mdx b/packages/app-web-docs/src/docs/user/actions/toggleLineComment.mdx index b2e658f673..01df9c0ea9 100644 --- a/packages/app-web-docs/src/docs/user/actions/toggleLineComment.mdx +++ b/packages/app-web-docs/src/docs/user/actions/toggleLineComment.mdx @@ -16,4 +16,4 @@ Default: `comment` ## Examples -- `"comment blue air"` - Toggles the comment on the line containing the token containing letter 'a' with a blue hat. +- `"comment blue air"` - Toggles the comment on the line containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/unfoldRegion.mdx b/packages/app-web-docs/src/docs/user/actions/unfoldRegion.mdx index e8b4d82e09..6ffb6197d1 100644 --- a/packages/app-web-docs/src/docs/user/actions/unfoldRegion.mdx +++ b/packages/app-web-docs/src/docs/user/actions/unfoldRegion.mdx @@ -16,4 +16,4 @@ Default: `unfold` ## Examples -- `"unfold funk blue air"` - Unfolds the function containing the token containing letter 'a' with a blue hat. +- `"unfold funk blue air"` - Unfolds the function containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/actions/wrapWithPairedDelimiter.mdx b/packages/app-web-docs/src/docs/user/actions/wrapWithPairedDelimiter.mdx index 1fa985cd1d..73d8f645ea 100644 --- a/packages/app-web-docs/src/docs/user/actions/wrapWithPairedDelimiter.mdx +++ b/packages/app-web-docs/src/docs/user/actions/wrapWithPairedDelimiter.mdx @@ -19,5 +19,5 @@ Default: `wrap` ## Examples -- `"box wrap blue air"` - Wraps the token containing letter 'a' with a blue hat in square brackets. -- `"if wrap blue air"` - Wraps the token containing letter 'a' with a blue hat in an if-statement snippet. +- `"box wrap blue air"` - Wraps the token containing letter `a` with a blue hat in square brackets. +- `"if wrap blue air"` - Wraps the token containing letter `a` with a blue hat in an if-statement snippet. diff --git a/packages/app-web-docs/src/docs/user/modifiers/ancestor.mdx b/packages/app-web-docs/src/docs/user/modifiers/ancestor.mdx index 93afbd4ea9..06863dee41 100644 --- a/packages/app-web-docs/src/docs/user/modifiers/ancestor.mdx +++ b/packages/app-web-docs/src/docs/user/modifiers/ancestor.mdx @@ -18,5 +18,5 @@ Default: `grand` ## Examples -- `"take grand state blue air"` - Selects the parent statement of the statement containing the token containing letter 'a' with a blue hat. -- `"take grand grand state blue air"` - Selects the grandparent statement of the statement containing the token containing letter 'a' with a blue hat. +- `"take grand state blue air"` - Selects the parent statement of the statement containing the token containing letter `a` with a blue hat. +- `"take grand grand state blue air"` - Selects the grandparent statement of the statement containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/modifiers/containingScope.mdx b/packages/app-web-docs/src/docs/user/modifiers/containingScope.mdx index 4915374d70..199f716299 100644 --- a/packages/app-web-docs/src/docs/user/modifiers/containingScope.mdx +++ b/packages/app-web-docs/src/docs/user/modifiers/containingScope.mdx @@ -10,4 +10,4 @@ Cursorless ID: `containingScope` ## Examples -- `"take state blue air"` - Selects the statement containing the token containing letter 'a' with a blue hat. +- `"take state blue air"` - Selects the statement containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/modifiers/endOf.mdx b/packages/app-web-docs/src/docs/user/modifiers/endOf.mdx index d3115b30ea..2555451ceb 100644 --- a/packages/app-web-docs/src/docs/user/modifiers/endOf.mdx +++ b/packages/app-web-docs/src/docs/user/modifiers/endOf.mdx @@ -16,4 +16,4 @@ Default: `end of` ## Examples -- `"take end of blue air"` - Places the cursor at the end of the token containing letter 'a' with a blue hat. +- `"take end of blue air"` - Places the cursor at the end of the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/modifiers/everyScope.mdx b/packages/app-web-docs/src/docs/user/modifiers/everyScope.mdx index 9d895c79a8..c22f80210e 100644 --- a/packages/app-web-docs/src/docs/user/modifiers/everyScope.mdx +++ b/packages/app-web-docs/src/docs/user/modifiers/everyScope.mdx @@ -18,4 +18,4 @@ Default: `every` ## Examples -- `"take every item blue air"` - Selects every item in the map containing the token containing letter 'a' with a blue hat. +- `"take every item blue air"` - Selects every item in the map containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/modifiers/excludeInterior.mdx b/packages/app-web-docs/src/docs/user/modifiers/excludeInterior.mdx index 15089323e9..5df036a40b 100644 --- a/packages/app-web-docs/src/docs/user/modifiers/excludeInterior.mdx +++ b/packages/app-web-docs/src/docs/user/modifiers/excludeInterior.mdx @@ -16,4 +16,4 @@ Default: `bounds` ## Examples -- `"take bounds round blue air"` - Selects only the parentheses containing the token containing letter 'a' with a blue hat. +- `"take bounds round blue air"` - Selects only the parentheses containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/modifiers/extendThroughEndOf.mdx b/packages/app-web-docs/src/docs/user/modifiers/extendThroughEndOf.mdx index 4f5a7b7b6d..9158780a9b 100644 --- a/packages/app-web-docs/src/docs/user/modifiers/extendThroughEndOf.mdx +++ b/packages/app-web-docs/src/docs/user/modifiers/extendThroughEndOf.mdx @@ -19,5 +19,5 @@ Default: `tail` ## Examples -- `"take tail blue air"` - Selects from the token containing letter 'a' with a blue hat through the end of its line or surrounding pair. -- `"take tail state blue air"` - Selects from the token containing letter 'a' with a blue hat through the end of its containing statement. +- `"take tail blue air"` - Selects from the token containing letter `a` with a blue hat through the end of its line or surrounding pair. +- `"take tail state blue air"` - Selects from the token containing letter `a` with a blue hat through the end of its containing statement. diff --git a/packages/app-web-docs/src/docs/user/modifiers/extendThroughStartOf.mdx b/packages/app-web-docs/src/docs/user/modifiers/extendThroughStartOf.mdx index fa28f63176..792e41ec66 100644 --- a/packages/app-web-docs/src/docs/user/modifiers/extendThroughStartOf.mdx +++ b/packages/app-web-docs/src/docs/user/modifiers/extendThroughStartOf.mdx @@ -19,5 +19,5 @@ Default: `head` ## Examples -- `"take head blue air"` - Selects from the token containing letter 'a' with a blue hat through the start of its line or surrounding pair. -- `"take head state blue air"` - Selects from the token containing letter 'a' with a blue hat through the start of its containing statement. +- `"take head blue air"` - Selects from the token containing letter `a` with a blue hat through the start of its line or surrounding pair. +- `"take head state blue air"` - Selects from the token containing letter `a` with a blue hat through the start of its containing statement. diff --git a/packages/app-web-docs/src/docs/user/modifiers/inferPreviousMark.mdx b/packages/app-web-docs/src/docs/user/modifiers/inferPreviousMark.mdx index 078e256c22..7018709cff 100644 --- a/packages/app-web-docs/src/docs/user/modifiers/inferPreviousMark.mdx +++ b/packages/app-web-docs/src/docs/user/modifiers/inferPreviousMark.mdx @@ -18,5 +18,5 @@ Default: `its` ## Examples -- `"take blue air past end of its line"` - Selects from the token containing letter 'a' with a blue hat through the end of the line containing that token. -- `"bring blue air to its value"` - Replaces the value containing the token containing letter 'a' with a blue hat with that token. +- `"take blue air past end of its line"` - Selects from the token containing letter `a` with a blue hat through the end of the line containing that token. +- `"bring blue air to its value"` - Replaces the value containing the token containing letter `a` with a blue hat with that token. diff --git a/packages/app-web-docs/src/docs/user/modifiers/interiorOnly.mdx b/packages/app-web-docs/src/docs/user/modifiers/interiorOnly.mdx index 3a101bdebc..eef213b06c 100644 --- a/packages/app-web-docs/src/docs/user/modifiers/interiorOnly.mdx +++ b/packages/app-web-docs/src/docs/user/modifiers/interiorOnly.mdx @@ -16,4 +16,4 @@ Default: `inside` ## Examples -- `"take inside round blue air"` - Selects the contents of the parentheses containing the token containing letter 'a' with a blue hat, excluding the parentheses. +- `"take inside round blue air"` - Selects the contents of the parentheses containing the token containing letter `a` with a blue hat, excluding the parentheses. diff --git a/packages/app-web-docs/src/docs/user/modifiers/leading.mdx b/packages/app-web-docs/src/docs/user/modifiers/leading.mdx index e180297a9e..7e4ad356f1 100644 --- a/packages/app-web-docs/src/docs/user/modifiers/leading.mdx +++ b/packages/app-web-docs/src/docs/user/modifiers/leading.mdx @@ -16,4 +16,4 @@ Default: `leading` ## Examples -- `"take leading item blue air"` - Selects the leading delimiter of the item containing the token containing letter 'a' with a blue hat. +- `"take leading item blue air"` - Selects the leading delimiter of the item containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/modifiers/relativeScope.mdx b/packages/app-web-docs/src/docs/user/modifiers/relativeScope.mdx index 609c92fb07..41e098c72c 100644 --- a/packages/app-web-docs/src/docs/user/modifiers/relativeScope.mdx +++ b/packages/app-web-docs/src/docs/user/modifiers/relativeScope.mdx @@ -25,17 +25,17 @@ Cursorless ID: `relativeScope` ## Examples -- `"take previous state blue air"` - Selects the previous statement before the statement containing the token containing letter 'a' with a blue hat. -- `"take third previous state blue air"` - Selects the third statement before the statement containing the token containing letter 'a' with a blue hat. -- `"take next state blue air"` - Selects the next statement after the statement containing the token containing letter 'a' with a blue hat. -- `"take third next state blue air"` - Selects the third statement after the statement containing the token containing letter 'a' with a blue hat. -- `"take state backward blue air"` - Selects the statement containing the token containing letter 'a' with a blue hat, searching backward. -- `"take state forward blue air"` - Selects the statement containing the token containing letter 'a' with a blue hat, searching forward. -- `"take three states backward blue air"` - Selects three statements, including the statement containing the token containing letter 'a' with a blue hat, searching backward, as a contiguous range. -- `"take every three states backward blue air"` - Selects three statements, including the statement containing the token containing letter 'a' with a blue hat, searching backward, as individual targets. -- `"take three states blue air"` - Selects three statements, including the statement containing the token containing letter 'a' with a blue hat, searching forward, as a contiguous range. -- `"take every three states blue air"` - Selects three statements, including the statement containing the token containing letter 'a' with a blue hat, searching forward, as individual targets. -- `"take previous three states blue air"` - Selects the previous three statements before the statement containing the token containing letter 'a' with a blue hat as a contiguous range. -- `"take every previous three states blue air"` - Selects the previous three statements before the statement containing the token containing letter 'a' with a blue hat as individual targets. -- `"take next three states blue air"` - Selects the next three statements after the statement containing the token containing letter 'a' with a blue hat as a contiguous range. -- `"take every next three states blue air"` - Selects the next three statements after the statement containing the token containing letter 'a' with a blue hat as individual targets. +- `"take previous state blue air"` - Selects the previous statement before the statement containing the token containing letter `a` with a blue hat. +- `"take third previous state blue air"` - Selects the third statement before the statement containing the token containing letter `a` with a blue hat. +- `"take next state blue air"` - Selects the next statement after the statement containing the token containing letter `a` with a blue hat. +- `"take third next state blue air"` - Selects the third statement after the statement containing the token containing letter `a` with a blue hat. +- `"take state backward blue air"` - Selects the statement containing the token containing letter `a` with a blue hat, searching backward. +- `"take state forward blue air"` - Selects the statement containing the token containing letter `a` with a blue hat, searching forward. +- `"take three states backward blue air"` - Selects three statements, including the statement containing the token containing letter `a` with a blue hat, searching backward, as a contiguous range. +- `"take every three states backward blue air"` - Selects three statements, including the statement containing the token containing letter `a` with a blue hat, searching backward, as individual targets. +- `"take three states blue air"` - Selects three statements, including the statement containing the token containing letter `a` with a blue hat, searching forward, as a contiguous range. +- `"take every three states blue air"` - Selects three statements, including the statement containing the token containing letter `a` with a blue hat, searching forward, as individual targets. +- `"take previous three states blue air"` - Selects the previous three statements before the statement containing the token containing letter `a` with a blue hat as a contiguous range. +- `"take every previous three states blue air"` - Selects the previous three statements before the statement containing the token containing letter `a` with a blue hat as individual targets. +- `"take next three states blue air"` - Selects the next three statements after the statement containing the token containing letter `a` with a blue hat as a contiguous range. +- `"take every next three states blue air"` - Selects the next three statements after the statement containing the token containing letter `a` with a blue hat as individual targets. diff --git a/packages/app-web-docs/src/docs/user/modifiers/startOf.mdx b/packages/app-web-docs/src/docs/user/modifiers/startOf.mdx index 6eafddbe46..18ec551e08 100644 --- a/packages/app-web-docs/src/docs/user/modifiers/startOf.mdx +++ b/packages/app-web-docs/src/docs/user/modifiers/startOf.mdx @@ -16,4 +16,4 @@ Default: `start of` ## Examples -- `"take start of blue air"` - Places the cursor at the start of the token containing letter 'a' with a blue hat. +- `"take start of blue air"` - Places the cursor at the start of the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/modifiers/toRawSelection.mdx b/packages/app-web-docs/src/docs/user/modifiers/toRawSelection.mdx index c3f3b2f9c7..bd1d2c8ae6 100644 --- a/packages/app-web-docs/src/docs/user/modifiers/toRawSelection.mdx +++ b/packages/app-web-docs/src/docs/user/modifiers/toRawSelection.mdx @@ -18,7 +18,7 @@ Default: `just` ## Examples -- `"chuck just blue air"` - Deletes only the token containing letter 'a' with a blue hat, leaving adjacent whitespace unchanged. +- `"chuck just blue air"` - Deletes only the token containing letter `a` with a blue hat, leaving adjacent whitespace unchanged. - `"chuck just line"` - Deletes only the line content, leaving its line ending and therefore a blank line. -- `"paste after just blue air"` - Pastes directly after the token containing letter 'a' with a blue hat without inserting a separator. -- `"take every instance just blue air"` - Selects every matching text occurrence of the token containing letter 'a' with a blue hat, including occurrences that are not full tokens. +- `"paste after just blue air"` - Pastes directly after the token containing letter `a` with a blue hat without inserting a separator. +- `"take every instance just blue air"` - Selects every matching text occurrence of the token containing letter `a` with a blue hat, including occurrences that are not full tokens. diff --git a/packages/app-web-docs/src/docs/user/modifiers/trailing.mdx b/packages/app-web-docs/src/docs/user/modifiers/trailing.mdx index 0f7549a79e..32d5a85bdc 100644 --- a/packages/app-web-docs/src/docs/user/modifiers/trailing.mdx +++ b/packages/app-web-docs/src/docs/user/modifiers/trailing.mdx @@ -16,4 +16,4 @@ Default: `trailing` ## Examples -- `"take trailing item blue air"` - Selects the trailing delimiter of the item containing the token containing letter 'a' with a blue hat. +- `"take trailing item blue air"` - Selects the trailing delimiter of the item containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/modifiers/visible.mdx b/packages/app-web-docs/src/docs/user/modifiers/visible.mdx index 86b4a22483..03a1e74ed3 100644 --- a/packages/app-web-docs/src/docs/user/modifiers/visible.mdx +++ b/packages/app-web-docs/src/docs/user/modifiers/visible.mdx @@ -19,4 +19,4 @@ Default: `visible` ## Examples - `"take visible"` - Selects the content currently visible in the editor viewport. -- `"from visible take every instance blue air"` - Selects the visible instances of the token containing letter 'a' with a blue hat, excluding matches that are folded or outside the viewport. +- `"from visible take every instance blue air"` - Selects the visible instances of the token containing letter `a` with a blue hat, excluding matches that are folded or outside the viewport. diff --git a/packages/app-web-docs/src/docs/user/scopes/anonymousFunction.mdx b/packages/app-web-docs/src/docs/user/scopes/anonymousFunction.mdx index c14512bd64..e493b64df6 100644 --- a/packages/app-web-docs/src/docs/user/scopes/anonymousFunction.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/anonymousFunction.mdx @@ -18,7 +18,7 @@ Default: `lambda` ## Examples -- `"take lambda blue air"` - Selects the anonymous function containing the token containing letter 'a' with a blue hat. +- `"take lambda blue air"` - Selects the anonymous function containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/argumentList.mdx b/packages/app-web-docs/src/docs/user/scopes/argumentList.mdx index e86a84eb13..0006c2d32d 100644 --- a/packages/app-web-docs/src/docs/user/scopes/argumentList.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/argumentList.mdx @@ -18,7 +18,7 @@ Default: `arg list` ## Examples -- `"take arg list blue air"` - Selects the argument list containing the token containing letter 'a' with a blue hat. +- `"take arg list blue air"` - Selects the argument list containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/argumentOrParameter.mdx b/packages/app-web-docs/src/docs/user/scopes/argumentOrParameter.mdx index acb18bee78..60920af2b2 100644 --- a/packages/app-web-docs/src/docs/user/scopes/argumentOrParameter.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/argumentOrParameter.mdx @@ -18,7 +18,7 @@ Default: `arg` ## Examples -- `"take arg blue air"` - Selects the argument or parameter containing the token containing letter 'a' with a blue hat. +- `"take arg blue air"` - Selects the argument or parameter containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/attribute.mdx b/packages/app-web-docs/src/docs/user/scopes/attribute.mdx index ee7aae7662..5e31f7aec2 100644 --- a/packages/app-web-docs/src/docs/user/scopes/attribute.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/attribute.mdx @@ -18,7 +18,7 @@ Default: `attribute` ## Examples -- `"take attribute blue air"` - Selects the attribute containing the token containing letter 'a' with a blue hat. +- `"take attribute blue air"` - Selects the attribute containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/boundedNonWhitespaceSequence.mdx b/packages/app-web-docs/src/docs/user/scopes/boundedNonWhitespaceSequence.mdx index 1d9e46a139..8e6cf8940d 100644 --- a/packages/app-web-docs/src/docs/user/scopes/boundedNonWhitespaceSequence.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/boundedNonWhitespaceSequence.mdx @@ -20,7 +20,7 @@ Default: `short paint` ## Examples -- `"take short paint blue air"` - Selects the bounded non-whitespace sequence containing the token containing letter 'a' with a blue hat. +- `"take short paint blue air"` - Selects the bounded non-whitespace sequence containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/boundedParagraph.mdx b/packages/app-web-docs/src/docs/user/scopes/boundedParagraph.mdx index a42418173f..d42744dcab 100644 --- a/packages/app-web-docs/src/docs/user/scopes/boundedParagraph.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/boundedParagraph.mdx @@ -20,7 +20,7 @@ Default: `short block` ## Examples -- `"take short block blue air"` - Selects the bounded paragraph containing the token containing letter 'a' with a blue hat. +- `"take short block blue air"` - Selects the bounded paragraph containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/branch.mdx b/packages/app-web-docs/src/docs/user/scopes/branch.mdx index 0e77dd0da8..770dca39df 100644 --- a/packages/app-web-docs/src/docs/user/scopes/branch.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/branch.mdx @@ -18,7 +18,7 @@ Default: `branch` ## Examples -- `"take branch blue air"` - Selects the branch containing the token containing letter 'a' with a blue hat. +- `"take branch blue air"` - Selects the branch containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/chapter.mdx b/packages/app-web-docs/src/docs/user/scopes/chapter.mdx index 23103435fa..414beb5535 100644 --- a/packages/app-web-docs/src/docs/user/scopes/chapter.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/chapter.mdx @@ -18,7 +18,7 @@ Default: `chapter` ## Examples -- `"take chapter blue air"` - Selects the chapter containing the token containing letter 'a' with a blue hat. +- `"take chapter blue air"` - Selects the chapter containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/character.mdx b/packages/app-web-docs/src/docs/user/scopes/character.mdx index 8a5cd56355..8739b25106 100644 --- a/packages/app-web-docs/src/docs/user/scopes/character.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/character.mdx @@ -18,7 +18,7 @@ Default: `char` ## Examples -- `"take first char blue air"` - Selects the first character in the token containing letter 'a' with a blue hat. +- `"take first char blue air"` - Selects the first character in the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/class.mdx b/packages/app-web-docs/src/docs/user/scopes/class.mdx index 0e686043df..4e48046c88 100644 --- a/packages/app-web-docs/src/docs/user/scopes/class.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/class.mdx @@ -18,7 +18,7 @@ Default: `class` ## Examples -- `"take class blue air"` - Selects the class containing the token containing letter 'a' with a blue hat. +- `"take class blue air"` - Selects the class containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/className.mdx b/packages/app-web-docs/src/docs/user/scopes/className.mdx index f62da81a37..dac8f40c24 100644 --- a/packages/app-web-docs/src/docs/user/scopes/className.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/className.mdx @@ -16,4 +16,4 @@ Default: `class name` ## Examples -- `"take class name blue air"` - Selects the class name containing the token containing letter 'a' with a blue hat. +- `"take class name blue air"` - Selects the class name containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/collectionItem.mdx b/packages/app-web-docs/src/docs/user/scopes/collectionItem.mdx index 827e75b537..ca263ec914 100644 --- a/packages/app-web-docs/src/docs/user/scopes/collectionItem.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/collectionItem.mdx @@ -18,7 +18,7 @@ Default: `item` ## Examples -- `"take item blue air"` - Selects the collection item containing the token containing letter 'a' with a blue hat. +- `"take item blue air"` - Selects the collection item containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/collectionKey.mdx b/packages/app-web-docs/src/docs/user/scopes/collectionKey.mdx index b539233a45..c22a6af372 100644 --- a/packages/app-web-docs/src/docs/user/scopes/collectionKey.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/collectionKey.mdx @@ -18,7 +18,7 @@ Default: `key` ## Examples -- `"take key blue air"` - Selects the collection key containing the token containing letter 'a' with a blue hat. +- `"take key blue air"` - Selects the collection key containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/command.mdx b/packages/app-web-docs/src/docs/user/scopes/command.mdx index 38b217c345..f3437ea410 100644 --- a/packages/app-web-docs/src/docs/user/scopes/command.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/command.mdx @@ -18,7 +18,7 @@ Default: `command` ## Examples -- `"take command blue air"` - Selects the command containing the token containing letter 'a' with a blue hat. +- `"take command blue air"` - Selects the command containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/comment.mdx b/packages/app-web-docs/src/docs/user/scopes/comment.mdx index 0e3497d376..6da0ff40d4 100644 --- a/packages/app-web-docs/src/docs/user/scopes/comment.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/comment.mdx @@ -18,7 +18,7 @@ Default: `comment` ## Examples -- `"take comment blue air"` - Selects the comment containing the token containing letter 'a' with a blue hat. +- `"take comment blue air"` - Selects the comment containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/condition.mdx b/packages/app-web-docs/src/docs/user/scopes/condition.mdx index e2bc23fe2c..11dd93185d 100644 --- a/packages/app-web-docs/src/docs/user/scopes/condition.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/condition.mdx @@ -18,7 +18,7 @@ Default: `condition` ## Examples -- `"take condition blue air"` - Selects the condition containing the token containing letter 'a' with a blue hat. +- `"take condition blue air"` - Selects the condition containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/document.mdx b/packages/app-web-docs/src/docs/user/scopes/document.mdx index 60055b152f..730eaad5aa 100644 --- a/packages/app-web-docs/src/docs/user/scopes/document.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/document.mdx @@ -20,7 +20,7 @@ Default: `file` ## Examples -- `"take file blue air"` - Selects the document containing the token containing letter 'a' with a blue hat. +- `"take file blue air"` - Selects the document containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/environment.mdx b/packages/app-web-docs/src/docs/user/scopes/environment.mdx index abb61b37cb..f226299e6d 100644 --- a/packages/app-web-docs/src/docs/user/scopes/environment.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/environment.mdx @@ -18,7 +18,7 @@ Default: `environment` ## Examples -- `"take environment blue air"` - Selects the environment containing the token containing letter 'a' with a blue hat. +- `"take environment blue air"` - Selects the environment containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/fullLine.mdx b/packages/app-web-docs/src/docs/user/scopes/fullLine.mdx index 8d767c81e7..df895054e3 100644 --- a/packages/app-web-docs/src/docs/user/scopes/fullLine.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/fullLine.mdx @@ -18,7 +18,7 @@ Default: `full line` ## Examples -- `"take full line blue air"` - Selects the full line containing the token containing letter 'a' with a blue hat. +- `"take full line blue air"` - Selects the full line containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/functionCall.mdx b/packages/app-web-docs/src/docs/user/scopes/functionCall.mdx index 48969a1dcb..47e9fb7d7d 100644 --- a/packages/app-web-docs/src/docs/user/scopes/functionCall.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/functionCall.mdx @@ -18,7 +18,7 @@ Default: `call` ## Examples -- `"take call blue air"` - Selects the function call containing the token containing letter 'a' with a blue hat. +- `"take call blue air"` - Selects the function call containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/functionCallee.mdx b/packages/app-web-docs/src/docs/user/scopes/functionCallee.mdx index 4431e5ceb1..11d8e47f82 100644 --- a/packages/app-web-docs/src/docs/user/scopes/functionCallee.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/functionCallee.mdx @@ -18,7 +18,7 @@ Default: `callee` ## Examples -- `"take callee blue air"` - Selects the function callee containing the token containing letter 'a' with a blue hat. +- `"take callee blue air"` - Selects the function callee containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/functionName.mdx b/packages/app-web-docs/src/docs/user/scopes/functionName.mdx index 9042002514..90113a8d2a 100644 --- a/packages/app-web-docs/src/docs/user/scopes/functionName.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/functionName.mdx @@ -16,4 +16,4 @@ Default: `funk name` ## Examples -- `"take funk name blue air"` - Selects the function name containing the token containing letter 'a' with a blue hat. +- `"take funk name blue air"` - Selects the function name containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/glyph.mdx b/packages/app-web-docs/src/docs/user/scopes/glyph.mdx index 8cca937442..e35c433121 100644 --- a/packages/app-web-docs/src/docs/user/scopes/glyph.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/glyph.mdx @@ -16,4 +16,4 @@ Default: `glyph` ## Examples -- `"take next glyph air"` - Selects the next 'a'. +- `"take next glyph air"` - Selects the next `a`. diff --git a/packages/app-web-docs/src/docs/user/scopes/identifier.mdx b/packages/app-web-docs/src/docs/user/scopes/identifier.mdx index 1663930180..d840964258 100644 --- a/packages/app-web-docs/src/docs/user/scopes/identifier.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/identifier.mdx @@ -20,7 +20,7 @@ Default: `identifier` ## Examples -- `"take identifier blue air"` - Selects the identifier containing the token containing letter 'a' with a blue hat. +- `"take identifier blue air"` - Selects the identifier containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/ifStatement.mdx b/packages/app-web-docs/src/docs/user/scopes/ifStatement.mdx index d18f7f47b0..36336c97be 100644 --- a/packages/app-web-docs/src/docs/user/scopes/ifStatement.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/ifStatement.mdx @@ -18,7 +18,7 @@ Default: `if state` ## Examples -- `"take if state blue air"` - Selects the if statement containing the token containing letter 'a' with a blue hat. +- `"take if state blue air"` - Selects the if statement containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/instance.mdx b/packages/app-web-docs/src/docs/user/scopes/instance.mdx index 686dd8cc4f..6a7a6ea8de 100644 --- a/packages/app-web-docs/src/docs/user/scopes/instance.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/instance.mdx @@ -20,7 +20,7 @@ Default: `instance` ## Examples -- `"take every instance blue air"` - Selects every instance of the token containing letter 'a' with a blue hat. -- `"take every instance blue air past green bat"` - Selects every occurrence of the text spanning from the token containing letter 'a' with a blue hat through the token containing letter 'b' with a green hat. -- `"take next instance blue air"` - Selects the next instance of the token containing letter 'a' with a blue hat. +- `"take every instance blue air"` - Selects every instance of the token containing letter `a` with a blue hat. +- `"take every instance blue air past green bat"` - Selects every occurrence of the text spanning from the token containing letter `a` with a blue hat through the token containing letter `b` with a green hat. +- `"take next instance blue air"` - Selects the next instance of the token containing letter `a` with a blue hat. - `"take every instance"` - Selects every instance of the token touching the cursor. diff --git a/packages/app-web-docs/src/docs/user/scopes/line.mdx b/packages/app-web-docs/src/docs/user/scopes/line.mdx index 349215ebbd..1a3a24d1e4 100644 --- a/packages/app-web-docs/src/docs/user/scopes/line.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/line.mdx @@ -18,7 +18,7 @@ Default: `line` ## Examples -- `"take line blue air"` - Selects the line containing the token containing letter 'a' with a blue hat. +- `"take line blue air"` - Selects the line containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/list.mdx b/packages/app-web-docs/src/docs/user/scopes/list.mdx index 8ea0216b34..3f55aba239 100644 --- a/packages/app-web-docs/src/docs/user/scopes/list.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/list.mdx @@ -18,7 +18,7 @@ Default: `list` ## Examples -- `"take list blue air"` - Selects the list containing the token containing letter 'a' with a blue hat. +- `"take list blue air"` - Selects the list containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/map.mdx b/packages/app-web-docs/src/docs/user/scopes/map.mdx index 6884d940d6..057d3e06af 100644 --- a/packages/app-web-docs/src/docs/user/scopes/map.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/map.mdx @@ -18,7 +18,7 @@ Default: `map` ## Examples -- `"take map blue air"` - Selects the map containing the token containing letter 'a' with a blue hat. +- `"take map blue air"` - Selects the map containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/name.mdx b/packages/app-web-docs/src/docs/user/scopes/name.mdx index b305b71e1a..dd8cc21862 100644 --- a/packages/app-web-docs/src/docs/user/scopes/name.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/name.mdx @@ -18,7 +18,7 @@ Default: `name` ## Examples -- `"take name blue air"` - Selects the name containing the token containing letter 'a' with a blue hat. +- `"take name blue air"` - Selects the name containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/namedFunction.mdx b/packages/app-web-docs/src/docs/user/scopes/namedFunction.mdx index b1bbc9d3d0..8e0831a0c5 100644 --- a/packages/app-web-docs/src/docs/user/scopes/namedFunction.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/namedFunction.mdx @@ -18,7 +18,7 @@ Default: `funk` ## Examples -- `"take funk blue air"` - Selects the named function containing the token containing letter 'a' with a blue hat. +- `"take funk blue air"` - Selects the named function containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/namedParagraph.mdx b/packages/app-web-docs/src/docs/user/scopes/namedParagraph.mdx index c8db72d232..408f3297c9 100644 --- a/packages/app-web-docs/src/docs/user/scopes/namedParagraph.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/namedParagraph.mdx @@ -18,7 +18,7 @@ Default: `paragraph` ## Examples -- `"take paragraph blue air"` - Selects the named paragraph containing the token containing letter 'a' with a blue hat. +- `"take paragraph blue air"` - Selects the named paragraph containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/nonWhitespaceSequence.mdx b/packages/app-web-docs/src/docs/user/scopes/nonWhitespaceSequence.mdx index 403edf87d3..af2184a807 100644 --- a/packages/app-web-docs/src/docs/user/scopes/nonWhitespaceSequence.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/nonWhitespaceSequence.mdx @@ -20,7 +20,7 @@ Default: `paint` ## Examples -- `"take paint blue air"` - Selects the non-whitespace sequence containing the token containing letter 'a' with a blue hat. +- `"take paint blue air"` - Selects the non-whitespace sequence containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/notebookCell.mdx b/packages/app-web-docs/src/docs/user/scopes/notebookCell.mdx index 915bfc2df6..61ada95876 100644 --- a/packages/app-web-docs/src/docs/user/scopes/notebookCell.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/notebookCell.mdx @@ -18,7 +18,7 @@ Default: `cell` ## Examples -- `"take cell blue air"` - Selects the notebook cell containing the token containing letter 'a' with a blue hat. +- `"take cell blue air"` - Selects the notebook cell containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/paragraph.mdx b/packages/app-web-docs/src/docs/user/scopes/paragraph.mdx index 4c17860ba9..4560ef6fcf 100644 --- a/packages/app-web-docs/src/docs/user/scopes/paragraph.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/paragraph.mdx @@ -20,7 +20,7 @@ Default: `block` ## Examples -- `"take block blue air"` - Selects the paragraph containing the token containing letter 'a' with a blue hat. +- `"take block blue air"` - Selects the paragraph containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/part.mdx b/packages/app-web-docs/src/docs/user/scopes/part.mdx index 9f82ed1389..209e3fd6bf 100644 --- a/packages/app-web-docs/src/docs/user/scopes/part.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/part.mdx @@ -18,7 +18,7 @@ Default: `part` ## Examples -- `"take part blue air"` - Selects the part containing the token containing letter 'a' with a blue hat. +- `"take part blue air"` - Selects the part containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/regularExpression.mdx b/packages/app-web-docs/src/docs/user/scopes/regularExpression.mdx index f5655dabbc..7b6639d7cd 100644 --- a/packages/app-web-docs/src/docs/user/scopes/regularExpression.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/regularExpression.mdx @@ -18,7 +18,7 @@ Default: `regex` ## Examples -- `"take regex blue air"` - Selects the regular expression containing the token containing letter 'a' with a blue hat. +- `"take regex blue air"` - Selects the regular expression containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/section.mdx b/packages/app-web-docs/src/docs/user/scopes/section.mdx index e19aa90180..cdc32cc82c 100644 --- a/packages/app-web-docs/src/docs/user/scopes/section.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/section.mdx @@ -18,7 +18,7 @@ Default: `section` ## Examples -- `"take section blue air"` - Selects the section containing the token containing letter 'a' with a blue hat. +- `"take section blue air"` - Selects the section containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/sectionLevelFive.mdx b/packages/app-web-docs/src/docs/user/scopes/sectionLevelFive.mdx index 8da400e0e7..8006e0108c 100644 --- a/packages/app-web-docs/src/docs/user/scopes/sectionLevelFive.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/sectionLevelFive.mdx @@ -19,7 +19,7 @@ Default: `five section`\ ## Examples -- `"take five section blue air"` - Selects the section level five containing the token containing letter 'a' with a blue hat. +- `"take five section blue air"` - Selects the section level five containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/sectionLevelFour.mdx b/packages/app-web-docs/src/docs/user/scopes/sectionLevelFour.mdx index d2b699917e..e1f1695b54 100644 --- a/packages/app-web-docs/src/docs/user/scopes/sectionLevelFour.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/sectionLevelFour.mdx @@ -19,7 +19,7 @@ Default: `four section`\ ## Examples -- `"take four section blue air"` - Selects the section level four containing the token containing letter 'a' with a blue hat. +- `"take four section blue air"` - Selects the section level four containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/sectionLevelOne.mdx b/packages/app-web-docs/src/docs/user/scopes/sectionLevelOne.mdx index 0554bb1d18..b4a741635e 100644 --- a/packages/app-web-docs/src/docs/user/scopes/sectionLevelOne.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/sectionLevelOne.mdx @@ -19,7 +19,7 @@ Default: `one section`\ ## Examples -- `"take one section blue air"` - Selects the section level one containing the token containing letter 'a' with a blue hat. +- `"take one section blue air"` - Selects the section level one containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/sectionLevelSix.mdx b/packages/app-web-docs/src/docs/user/scopes/sectionLevelSix.mdx index b406f83092..28f885aab7 100644 --- a/packages/app-web-docs/src/docs/user/scopes/sectionLevelSix.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/sectionLevelSix.mdx @@ -19,7 +19,7 @@ Default: `six section`\ ## Examples -- `"take six section blue air"` - Selects the section level six containing the token containing letter 'a' with a blue hat. +- `"take six section blue air"` - Selects the section level six containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/sectionLevelThree.mdx b/packages/app-web-docs/src/docs/user/scopes/sectionLevelThree.mdx index f5bf2b16b4..2995bfee60 100644 --- a/packages/app-web-docs/src/docs/user/scopes/sectionLevelThree.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/sectionLevelThree.mdx @@ -19,7 +19,7 @@ Default: `three section`\ ## Examples -- `"take three section blue air"` - Selects the section level three containing the token containing letter 'a' with a blue hat. +- `"take three section blue air"` - Selects the section level three containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/sectionLevelTwo.mdx b/packages/app-web-docs/src/docs/user/scopes/sectionLevelTwo.mdx index 25beb54e32..726a4ae035 100644 --- a/packages/app-web-docs/src/docs/user/scopes/sectionLevelTwo.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/sectionLevelTwo.mdx @@ -19,7 +19,7 @@ Default: `two section`\ ## Examples -- `"take two section blue air"` - Selects the section level two containing the token containing letter 'a' with a blue hat. +- `"take two section blue air"` - Selects the section level two containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/selector.mdx b/packages/app-web-docs/src/docs/user/scopes/selector.mdx index 98c04ac70e..ce05ffd69f 100644 --- a/packages/app-web-docs/src/docs/user/scopes/selector.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/selector.mdx @@ -18,7 +18,7 @@ Default: `selector` ## Examples -- `"take selector blue air"` - Selects the selector containing the token containing letter 'a' with a blue hat. +- `"take selector blue air"` - Selects the selector containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/sentence.mdx b/packages/app-web-docs/src/docs/user/scopes/sentence.mdx index f438ed3f57..b4b449a51a 100644 --- a/packages/app-web-docs/src/docs/user/scopes/sentence.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/sentence.mdx @@ -18,7 +18,7 @@ Default: `sentence` ## Examples -- `"take sentence blue air"` - Selects the sentence containing the token containing letter 'a' with a blue hat. +- `"take sentence blue air"` - Selects the sentence containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/statement.mdx b/packages/app-web-docs/src/docs/user/scopes/statement.mdx index da4484d6d9..4eb9e4cac6 100644 --- a/packages/app-web-docs/src/docs/user/scopes/statement.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/statement.mdx @@ -18,7 +18,7 @@ Default: `state` ## Examples -- `"take state blue air"` - Selects the statement containing the token containing letter 'a' with a blue hat. +- `"take state blue air"` - Selects the statement containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/subParagraph.mdx b/packages/app-web-docs/src/docs/user/scopes/subParagraph.mdx index e885ec70e3..7e353ee7e4 100644 --- a/packages/app-web-docs/src/docs/user/scopes/subParagraph.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/subParagraph.mdx @@ -18,7 +18,7 @@ Default: `subparagraph` ## Examples -- `"take subparagraph blue air"` - Selects the subparagraph containing the token containing letter 'a' with a blue hat. +- `"take subparagraph blue air"` - Selects the subparagraph containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/subSection.mdx b/packages/app-web-docs/src/docs/user/scopes/subSection.mdx index 2dc5256bb5..787d7babb3 100644 --- a/packages/app-web-docs/src/docs/user/scopes/subSection.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/subSection.mdx @@ -18,7 +18,7 @@ Default: `subsection` ## Examples -- `"take subsection blue air"` - Selects the subsection containing the token containing letter 'a' with a blue hat. +- `"take subsection blue air"` - Selects the subsection containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/subSubSection.mdx b/packages/app-web-docs/src/docs/user/scopes/subSubSection.mdx index 554c9eeb29..2a7174d8ac 100644 --- a/packages/app-web-docs/src/docs/user/scopes/subSubSection.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/subSubSection.mdx @@ -18,7 +18,7 @@ Default: `subsubsection` ## Examples -- `"take subsubsection blue air"` - Selects the subsubsection containing the token containing letter 'a' with a blue hat. +- `"take subsubsection blue air"` - Selects the subsubsection containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/surroundingPair.mdx b/packages/app-web-docs/src/docs/user/scopes/surroundingPair.mdx index e6581a35cb..c1fa69d24c 100644 --- a/packages/app-web-docs/src/docs/user/scopes/surroundingPair.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/surroundingPair.mdx @@ -14,7 +14,7 @@ Cursorless ID: `surroundingPair` ## Examples -- `"take round blue air"` - Selects the parentheses containing the token containing letter 'a' with a blue hat. +- `"take round blue air"` - Selects the parentheses containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/token.mdx b/packages/app-web-docs/src/docs/user/scopes/token.mdx index 63f5041bbd..44283b1374 100644 --- a/packages/app-web-docs/src/docs/user/scopes/token.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/token.mdx @@ -20,7 +20,7 @@ Default: `token` ## Examples -- `"take token blue air"` - Selects the token containing letter 'a' with a blue hat. +- `"take token blue air"` - Selects the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/type.mdx b/packages/app-web-docs/src/docs/user/scopes/type.mdx index 626ffca0b4..08527664f1 100644 --- a/packages/app-web-docs/src/docs/user/scopes/type.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/type.mdx @@ -18,7 +18,7 @@ Default: `type` ## Examples -- `"take type blue air"` - Selects the type containing the token containing letter 'a' with a blue hat. +- `"take type blue air"` - Selects the type containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/unit.mdx b/packages/app-web-docs/src/docs/user/scopes/unit.mdx index 81308329f7..f1482a0389 100644 --- a/packages/app-web-docs/src/docs/user/scopes/unit.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/unit.mdx @@ -18,7 +18,7 @@ Default: `unit` ## Examples -- `"take unit blue air"` - Selects the unit containing the token containing letter 'a' with a blue hat. +- `"take unit blue air"` - Selects the unit containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/url.mdx b/packages/app-web-docs/src/docs/user/scopes/url.mdx index fec0511fa9..3ad9b75c26 100644 --- a/packages/app-web-docs/src/docs/user/scopes/url.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/url.mdx @@ -18,7 +18,7 @@ Default: `link` ## Examples -- `"take link blue air"` - Selects the url containing the token containing letter 'a' with a blue hat. +- `"take link blue air"` - Selects the url containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/value.mdx b/packages/app-web-docs/src/docs/user/scopes/value.mdx index 16f043c511..e2c4e1fbcd 100644 --- a/packages/app-web-docs/src/docs/user/scopes/value.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/value.mdx @@ -18,7 +18,7 @@ Default: `value` ## Examples -- `"take value blue air"` - Selects the value containing the token containing letter 'a' with a blue hat. +- `"take value blue air"` - Selects the value containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/word.mdx b/packages/app-web-docs/src/docs/user/scopes/word.mdx index a21878c19e..bcd71a92ae 100644 --- a/packages/app-web-docs/src/docs/user/scopes/word.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/word.mdx @@ -21,8 +21,8 @@ Legacy: `word` ## Examples -- `"take first sub blue air"` - Selects the first sub token word in the token containing letter 'a' with a blue hat. -- `"take second past fourth sub blue air"` - Selects the second through fourth sub token words in the token containing letter 'a' with a blue hat. +- `"take first sub blue air"` - Selects the first sub token word in the token containing letter `a` with a blue hat. +- `"take second past fourth sub blue air"` - Selects the second through fourth sub token words in the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/xmlBothTags.mdx b/packages/app-web-docs/src/docs/user/scopes/xmlBothTags.mdx index bac0e77631..88b07eb2c0 100644 --- a/packages/app-web-docs/src/docs/user/scopes/xmlBothTags.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/xmlBothTags.mdx @@ -18,7 +18,7 @@ Default: `tags` ## Examples -- `"take tags blue air"` - Selects both tags of the XML element containing the token containing letter 'a' with a blue hat. +- `"take tags blue air"` - Selects both tags of the XML element containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/xmlElement.mdx b/packages/app-web-docs/src/docs/user/scopes/xmlElement.mdx index adef1c4f12..5c9a43ab56 100644 --- a/packages/app-web-docs/src/docs/user/scopes/xmlElement.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/xmlElement.mdx @@ -18,7 +18,7 @@ Default: `element` ## Examples -- `"take element blue air"` - Selects the XML element containing the token containing letter 'a' with a blue hat. +- `"take element blue air"` - Selects the XML element containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/xmlEndTag.mdx b/packages/app-web-docs/src/docs/user/scopes/xmlEndTag.mdx index e8b1a02096..1334a66573 100644 --- a/packages/app-web-docs/src/docs/user/scopes/xmlEndTag.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/xmlEndTag.mdx @@ -18,7 +18,7 @@ Default: `end tag` ## Examples -- `"take end tag blue air"` - Selects the XML end tag containing the token containing letter 'a' with a blue hat. +- `"take end tag blue air"` - Selects the XML end tag containing the token containing letter `a` with a blue hat. diff --git a/packages/app-web-docs/src/docs/user/scopes/xmlStartTag.mdx b/packages/app-web-docs/src/docs/user/scopes/xmlStartTag.mdx index 3cbd6ca519..8272e87b05 100644 --- a/packages/app-web-docs/src/docs/user/scopes/xmlStartTag.mdx +++ b/packages/app-web-docs/src/docs/user/scopes/xmlStartTag.mdx @@ -18,7 +18,7 @@ Default: `start tag` ## Examples -- `"take start tag blue air"` - Selects the XML start tag containing the token containing letter 'a' with a blue hat. +- `"take start tag blue air"` - Selects the XML start tag containing the token containing letter `a` with a blue hat. diff --git a/packages/lib-common/src/references/constants.ts b/packages/lib-common/src/references/constants.ts index 823d664a45..b4847cd969 100644 --- a/packages/lib-common/src/references/constants.ts +++ b/packages/lib-common/src/references/constants.ts @@ -18,11 +18,11 @@ export const VAR_CHARACTER = ""; // Targets export const TARGET = `${hatColorReferences.blue.defaultSpokenForm} ${graphemeDefaultSpokenForms.a}`; -export const TARGET_DESC = "token containing letter 'a' with a blue hat"; +export const TARGET_DESC = "token containing letter `a` with a blue hat"; export const TARGET_2 = `${hatColorReferences.green.defaultSpokenForm} ${graphemeDefaultSpokenForms.b}`; -export const TARGET_2_DESC = "token containing letter 'b' with a green hat"; +export const TARGET_2_DESC = "token containing letter `b` with a green hat"; export const TARGET_NUMBER = `${hatColorReferences.blue.defaultSpokenForm} ${graphemeDefaultSpokenForms["5"]}`; -export const TARGET_NUMBER_DESC = "token containing number '5' with a blue hat"; +export const TARGET_NUMBER_DESC = "token containing number `5` with a blue hat"; // Actions export const SET_SELECTION = "take"; diff --git a/packages/lib-common/src/references/scopeReferences.ts b/packages/lib-common/src/references/scopeReferences.ts index 67f3232394..22374b6960 100644 --- a/packages/lib-common/src/references/scopeReferences.ts +++ b/packages/lib-common/src/references/scopeReferences.ts @@ -357,7 +357,7 @@ When an opening and closing delimiter use the same character and no parse-tree i examples: [ { command: `${SET_SELECTION} ${NEXT} ${VAR_SPOKEN_FORM} ${AIR}`, - description: `Selects the next 'a'.`, + description: `Selects the next \`a\`.`, }, ], },