Skip to content

Commit 298746f

Browse files
committed
chore: fix typo
1 parent 32dd81d commit 298746f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/analysis/handler_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func TestHandler_HandleChangeThenHandleDefinition(t *testing.T) {
163163
t.Fatalf("HandleOpen: %v", err)
164164
}
165165

166-
// Trigger a HandleDefinition call so tha the yaml is parsed once.
166+
// Trigger a HandleDefinition call so that the yaml is parsed once.
167167

168168
if _, err := h.HandleDefinition(types.DefinitionParams{
169169
TextDocumentPositionParams: positionParams("file:///foo.yaml", "0:0"),

0 commit comments

Comments
 (0)