diff --git a/editors/code/src/commands.ts b/editors/code/src/commands.ts index 69f2836ad93..4321de244d4 100644 --- a/editors/code/src/commands.ts +++ b/editors/code/src/commands.ts @@ -195,7 +195,7 @@ export function ssr(ctx: Ctx): Cmd { const options: vscode.InputBoxOptions = { value: "() ==>> ()", - prompt: "Enter request, for example 'Foo($a) ==> Foo::new($a)' ", + prompt: "Enter request, for example 'Foo($a) ==>> Foo::new($a)' ", validateInput: async (x: string) => { try { await client.sendRequest(ra.ssr, {