Skip to content

Commit c5070f2

Browse files
Fix test
1 parent a6d5ddd commit c5070f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-engine/src/generateSpokenForm/generateSpokenForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ function constructSpokenForms(component: SpokenFormComponent): string[] {
312312
} else if (component.spokenForms.requiresTalonUpdate) {
313313
helpInfo = `please update talon to the latest version (see ${DOCS_URL}/user/updating)`;
314314
} else {
315-
helpInfo = `please see ${DOCS_URL}/user/customization/ for more information`;
315+
helpInfo = `please see ${DOCS_URL}/user/customization for more information`;
316316
}
317317

318318
throw new NoSpokenFormError(

0 commit comments

Comments
 (0)