You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/docs/tutorial/mutations-updates.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,7 @@ function StoryLikeButton({story}) {
372
372
373
373
### Step 4 — Modify the Updatable Data
374
374
375
-
Now `upatableData` is an object representing our existing Story as it exists in the local store. We can read and write the fields listed in our fragment:
375
+
Now `updatableData` is an object representing our existing Story as it exists in the local store. We can read and write the fields listed in our fragment:
Copy file name to clipboardexpand all lines: website/versioned_docs/version-v15.0.0/tutorial/mutations-updates.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -371,7 +371,7 @@ function StoryLikeButton({story}) {
371
371
372
372
### Step 4 — Modify the Updatable Data
373
373
374
-
Now `upatableData` is an object representing our existing Story as it exists in the local store. We can read and write the fields listed in our fragment:
374
+
Now `updatableData` is an object representing our existing Story as it exists in the local store. We can read and write the fields listed in our fragment:
0 commit comments