Skip to content

Commit 55adbeb

Browse files
committed
Fix typo in function name 'pageInfoBackwaredExported'
"pageInfoBackwaredExported" should be "pageInfoBackwardExported"
1 parent b842678 commit 55adbeb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/typescript-validate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export async function typedIterator() {
3737
}
3838
}
3939

40-
export function pageInfoBackwaredExported(): PageInfoBackward {
40+
export function pageInfoBackwardExported(): PageInfoBackward {
4141
return {
4242
hasPreviousPage: true,
4343
startCursor: "startCursor",

0 commit comments

Comments
 (0)