Skip to content

Commit 6d99d6e

Browse files
committed
fixing typos
1 parent d5160a6 commit 6d99d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/execute-booking-mutatuion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import { useMutation, useQuery } from "@apollo/react-hooks"
5555
import { MAKE_A_BOOKING } from "../../graphql/Mutations"
5656
```
5757

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:
58+
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:
5959

6060
```javascript
6161
const [mutate, { data: mutationData, loading }] = useMutation(MAKE_A_BOOKING)

0 commit comments

Comments
 (0)