Skip to content

Commit 61a6743

Browse files
mingshi-yangfacebook-github-bot
authored andcommitted
fix typo in Relay Mutations & updates doc
Reviewed By: alunyov Differential Revision: D48988086
1 parent 970c94a commit 61a6743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/tutorial/mutations-updates.md

Lines changed: 1 addition & 1 deletion
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}) {

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

Lines changed: 1 addition & 1 deletion
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)