Skip to content

Commit

Permalink
fix typo in Relay Mutations & updates doc
Browse files Browse the repository at this point in the history
Reviewed By: captbaritone, alunyov

Differential Revision: D48988086

fbshipit-source-id: 4d1feaa437afb194c64b292f4b7d0f5ac11eb1ef
  • Loading branch information
Mingshi Yang authored and facebook-github-bot committed Nov 13, 2023
1 parent 07a90ee commit 59f5d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/tutorial/mutations-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ function StoryLikeButton({story}) {

### Step 4 — Modify the Updatable Data

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

```
function StoryLikeButton({story}) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function StoryLikeButton({story}) {

### Step 4 — Modify the Updatable Data

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

```
function StoryLikeButton({story}) {
Expand Down

0 comments on commit 59f5d60

Please sign in to comment.