Skip to content

Commit 1405e4f

Browse files
committed
Fix typo in IDoc interface property name
1 parent d193bd9 commit 1405e4f

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)