Skip to content

Commit

Permalink
Fixed typo in refetchable-fragments.md (#4427)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #4427

Reviewed By: alunyov

Differential Revision: D48989050

Pulled By: captbaritone

fbshipit-source-id: 4ba39ba0b1135d7a92d99b896c583e268fdf12c0
  • Loading branch information
yif042 authored and facebook-github-bot committed Oct 6, 2023
1 parent 098a84e commit 3b9f90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/tutorial/refetchable-fragments.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You should now see a sidebar with a list of people at the top.

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

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

```
const ContactsListFragment = graphql`
Expand Down

0 comments on commit 3b9f90a

Please sign in to comment.