Skip to content

Commit

Permalink
Fix typo in tutorial (#4444)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #4444

Reviewed By: voideanvalue

Differential Revision: D49146786

Pulled By: alunyov

fbshipit-source-id: 7f6fab1372376afc3672963d666ad8fb86044c0d
  • Loading branch information
alexanderpierce authored and facebook-github-bot committed Sep 11, 2023
1 parent accffa9 commit 10f00e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/tutorial/fragments-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Go to `Newsfeed.tsx` and find `NewsfeedQuery` so that you can add the new field:
```
const NewsfeedQuery = graphql`
query NewsfeedQuery {
top_story {
topStory {
title
summary
// change-line
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Go to `Newsfeed.tsx` and find `NewsfeedQuery` so that you can add the new field:
```
const NewsfeedQuery = graphql`
query NewsfeedQuery {
top_story {
topStory {
title
summary
// change-line
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Go to `Newsfeed.tsx` and find `NewsfeedQuery` so that you can add the new field:
```
const NewsfeedQuery = graphql`
query NewsfeedQuery {
top_story {
topStory {
title
summary
// change-line
Expand Down

0 comments on commit 10f00e4

Please sign in to comment.