Skip to content

Commit e75bfb0

Browse files
fix: typo in the description of the isTemp field of query presets (#13728)
### What? Fixes a typo in the description of query presets. ### Why? Grammar
1 parent 8113d3b commit e75bfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/payload/src/query-presets/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const getQueryPresetsConfig = (config: Config): CollectionConfig => ({
118118
type: 'checkbox',
119119
admin: {
120120
description:
121-
"This is a tempoary field used to determine if updating the preset would remove the user's access to it. When `true`, this record will be deleted after running the preset's `validate` function.",
121+
"This is a temporary field used to determine if updating the preset would remove the user's access to it. When `true`, this record will be deleted after running the preset's `validate` function.",
122122
disabled: true,
123123
hidden: true,
124124
},

0 commit comments

Comments
 (0)