From 437bcb71a5039ffae95fe0a07620a307f161852b Mon Sep 17 00:00:00 2001 From: Michael Camilleri Date: Wed, 3 Jun 2020 05:10:29 +0900 Subject: [PATCH] Change wording in visual sample --- spec/visual/samples/typescript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/visual/samples/typescript b/spec/visual/samples/typescript index 46f700637c..d72d2b8e43 100644 --- a/spec/visual/samples/typescript +++ b/spec/visual/samples/typescript @@ -206,4 +206,4 @@ const z = `Hello world`; // Nullish coalescing in template strings const content = `Value is ${value ?? 'not set'}`; -const description = "Highlighting is broken now"; +const description = "Highlighting is not broken now";