Skip to content

Commit 783fa58

Browse files
davidgomeskassens
authored andcommitted
Fix typo. (#183)
1 parent 4fdadd3 commit 783fa58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mutation/mutation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function resolveMaybeThunk<T>(thingOrThunk: Thunk<T>): T {
4242
* An input object will be created containing the input fields, and an
4343
* object will be created containing the output fields.
4444
*
45-
* mutateAndGetPayload will receieve an Object with a key for each
45+
* mutateAndGetPayload will receive an Object with a key for each
4646
* input field, and it should return an Object with a key for each
4747
* output field. It may return synchronously, or return a Promise.
4848
*/

0 commit comments

Comments
 (0)