Skip to content

Commit 706feb6

Browse files
authored
docs: fix typo
1 parent 9b1ce34 commit 706feb6

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)