Skip to content

Commit 198f1b4

Browse files
committed
chore: typo
1 parent 6108dc8 commit 198f1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Connection/AbstractConnectionResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public function __construct( $source, array $args, AppContext $context, ResolveI
214214
/**
215215
* Filters the GraphQL args before they are used in get_query_args().
216216
*
217-
* @todo We reinstantiate. this here for b/c. Once that is not a concern, we should relocate this filter to ::get_args().
217+
* @todo We reinstantiate this here for b/c. Once that is not a concern, we should relocate this filter to ::get_args().
218218
*
219219
* @param array<string,mixed> $args The GraphQL args passed to the resolver.
220220
* @param \WPGraphQL\Data\Connection\AbstractConnectionResolver $connection_resolver Instance of the ConnectionResolver.

0 commit comments

Comments
 (0)