Skip to content

Commit 59f5d60

Browse files
Mingshi Yangfacebook-github-bot
Mingshi Yang
authored andcommitted
fix typo in Relay Mutations & updates doc
Reviewed By: captbaritone, alunyov Differential Revision: D48988086 fbshipit-source-id: 4d1feaa437afb194c64b292f4b7d0f5ac11eb1ef
1 parent 07a90ee commit 59f5d60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/tutorial/mutations-updates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ function StoryLikeButton({story}) {
372372

373373
### Step 4 — Modify the Updatable Data
374374

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:
376376

377377
```
378378
function StoryLikeButton({story}) {

website/versioned_docs/version-v15.0.0/tutorial/mutations-updates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ function StoryLikeButton({story}) {
371371

372372
### Step 4 — Modify the Updatable Data
373373

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:
375375

376376
```
377377
function StoryLikeButton({story}) {

0 commit comments

Comments
 (0)