diff --git a/packages/common/src/ide/types/FileSystem.types.ts b/packages/common/src/ide/types/FileSystem.types.ts index e8972bc714..eef51b7730 100644 --- a/packages/common/src/ide/types/FileSystem.types.ts +++ b/packages/common/src/ide/types/FileSystem.types.ts @@ -18,7 +18,7 @@ export interface FileSystem { readonly cursorlessDir: string; /** - * The path to the spoken forms JSON file. + * The path to the Cursorless talon state JSON file. */ readonly cursorlessTalonStateJsonPath: string; }