Skip to content

Commit fef436f

Browse files
Merge pull request #2249 from dijonkitchen/patch-1
docs: fix typo
2 parents 9b1ce34 + 706feb6 commit fef436f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql/lib/type-helpers/partial-type.helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function PartialType<T>(
3535
fields.forEach((item) => {
3636
if (isFunction(item.typeFn)) {
3737
/**
38-
* Execute type function eagarly to update the type options object (before "clone" operation)
38+
* Execute type function eagerly to update the type options object (before "clone" operation)
3939
* when the passed function (e.g., @Field(() => Type)) lazily returns an array.
4040
*/
4141
item.typeFn();

0 commit comments

Comments
 (0)