From 59cb6a9b31d5f6d55e89b1e7d8e2fb4b09afa6f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Tue, 15 Sep 2020 14:32:56 +0300 Subject: Fix delimiter in SSR example --- editors/code/src/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/code/src/commands.ts') diff --git a/editors/code/src/commands.ts b/editors/code/src/commands.ts index 69f2836ad..4321de244 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, { -- cgit v1.2.3