We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5160a6 commit 6d99d6eCopy full SHA for 6d99d6e
src/content/execute-booking-mutatuion.md
@@ -55,7 +55,7 @@ import { useMutation, useQuery } from "@apollo/react-hooks"
55
import { MAKE_A_BOOKING } from "../../graphql/Mutations"
56
```
57
58
-Next we need to call the `mutate` function to make the booking and store the booking data in state so that we can us it on the Confirmation Tab:
+Next we need to call the `mutate` function to make the booking and store the booking data in state so that we can use it on the Confirmation Tab:
59
60
```javascript
61
const [mutate, { data: mutationData, loading }] = useMutation(MAKE_A_BOOKING)
0 commit comments