We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdadd3 commit 783fa58Copy full SHA for 783fa58
src/mutation/mutation.js
@@ -42,7 +42,7 @@ function resolveMaybeThunk<T>(thingOrThunk: Thunk<T>): T {
42
* An input object will be created containing the input fields, and an
43
* object will be created containing the output fields.
44
*
45
- * mutateAndGetPayload will receieve an Object with a key for each
+ * mutateAndGetPayload will receive an Object with a key for each
46
* input field, and it should return an Object with a key for each
47
* output field. It may return synchronously, or return a Promise.
48
*/
0 commit comments