From 080634874022459ac51eeeda5e16280d1518f98f Mon Sep 17 00:00:00 2001 From: Andreas Arvidsson Date: Tue, 5 Dec 2023 15:11:10 +0100 Subject: [PATCH] The change spoken form of word scope to sub (#2089) Fixes #1918 ## Checklist - [-] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [x] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [x] I have not broken the cheatsheet --------- Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com> --- src/spoken_forms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spoken_forms.json b/src/spoken_forms.json index 40a0fd16b1..886a5d38b6 100644 --- a/src/spoken_forms.json +++ b/src/spoken_forms.json @@ -154,7 +154,7 @@ "environment": "environment", "command": "command", "char": "character", - "word": "word", + "sub": "word", "token": "token", "identifier": "identifier", "line": "line",