Skip to content

Commit 3b9f90a

Browse files
yif042facebook-github-bot
authored andcommitted
Fixed typo in refetchable-fragments.md (#4427)
Summary: Pull Request resolved: #4427 Reviewed By: alunyov Differential Revision: D48989050 Pulled By: captbaritone fbshipit-source-id: 4ba39ba0b1135d7a92d99b896c583e268fdf12c0
1 parent 098a84e commit 3b9f90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/tutorial/refetchable-fragments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You should now see a sidebar with a list of people at the top.
5050

5151
![Contacts list](/img/docs/tutorial/refetchable-contacts-initial.png)
5252

53-
Have a look at `ContactsList.js` and you’ll find this fragment, which is what selects the list of contacts:
53+
Have a look at `ContactsList.tsx` and you’ll find this fragment, which is what selects the list of contacts:
5454

5555
```
5656
const ContactsListFragment = graphql`

0 commit comments

Comments
 (0)