Skip to content

Commit 29fbcc1

Browse files
authored
Fix typo in IDoc interface property name
1 parent e1ee5b4 commit 29fbcc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/types/queries.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,7 @@ function gh15671() {
801801

802802
async function gh15786() {
803803
interface IDoc {
804+
nmae: string;
804805
}
805806

806807
interface DocStatics {

0 commit comments

Comments
 (0)