From a40b357646b9bebd40906bb3332b25c2c299f8e6 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 28 Jun 2018 18:50:55 -0700 Subject: [PATCH] accross -> across --- tests/cases/fourslash/goToDefinitionLabels.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cases/fourslash/goToDefinitionLabels.ts b/tests/cases/fourslash/goToDefinitionLabels.ts index 3736d9207ee..62b6ab54a62 100644 --- a/tests/cases/fourslash/goToDefinitionLabels.ts +++ b/tests/cases/fourslash/goToDefinitionLabels.ts @@ -12,7 +12,7 @@ verify.goToDefinition({ 1: "label1Definition", 2: "label2Definition", - // labels accross function boundaries + // labels across function boundaries 3: "label1Definition", // undefined label 4: []