diff --git a/plugins/shell/guest-js/index.ts b/plugins/shell/guest-js/index.ts index 1ed2ac5d..081d54c1 100644 --- a/plugins/shell/guest-js/index.ts +++ b/plugins/shell/guest-js/index.ts @@ -388,7 +388,7 @@ class Command extends EventEmitter { * Creates a new `Command` instance. * * @param program The program name to execute. - * It must be configured on `tauri.conf.json > plugins > shell > scope`. + * It must be configured in your project's capabilities. * @param args Program arguments. * @param options Spawn options. */ @@ -425,7 +425,7 @@ class Command extends EventEmitter { * ``` * * @param program The program to execute. - * It must be configured on `tauri.conf.json > plugins > shell > scope`. + * It must be configured in your project's capabilities. */ static create( program: string, @@ -457,7 +457,7 @@ class Command extends EventEmitter { * ``` * * @param program The program to execute. - * It must be configured on `tauri.conf.json > plugins > shell > scope`. + * It must be configured in your project's capabilities. */ static sidecar( program: string,