Skip to content

Commit 4bccc3f

Browse files
Fix trailing space from #1400 (#1409)
1 parent c165907 commit 4bccc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import type { MaybePromise } from './jsutils/MaybePromise';
3737
* The value provided as the first argument to resolver functions on the top
3838
* level type (e.g. the query object type).
3939
* contextValue:
40-
* The context value is provided as an argument to resolver functions after
40+
* The context value is provided as an argument to resolver functions after
4141
* field arguments. It is used to pass shared information useful at any point
4242
* during executing this query, for example the currently logged in user and
4343
* connections to databases or other services.

0 commit comments

Comments
 (0)