Skip to content

Commit 2cdaf12

Browse files
authored
chore: typo of embeddedCodeId (#280)
1 parent a95effe commit 2cdaf12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/language-service/lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface LanguageServiceContext {
7070
documentUri: URI,
7171
embeddedCodeId: string,
7272
] | undefined;
73-
encodeEmbeddedDocumentUri(uri: URI, embeededCodeId: string): URI;
73+
encodeEmbeddedDocumentUri(uri: URI, embeddedCodeId: string): URI;
7474
}
7575

7676
export type ProviderResult<T> = T | Thenable<T>;

0 commit comments

Comments
 (0)