Skip to content

Commit a1f40c7

Browse files
committed
chore: proper generated type default in changelog
1 parent 98171ab commit a1f40c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ But there's one more thing to do before Payload can automatically type your Loca
111111
"paths": {
112112
// Tell TS where to find your generated types
113113
// This is the default location below
114-
"payload/generated-types": ["./src/generated-types.ts"]
114+
"payload/generated-types": ["./src/payload-types.ts"]
115115
}
116116
}
117117
}

0 commit comments

Comments
 (0)