We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 445de08 + b4ebf3d commit 425bffaCopy full SHA for 425bffa
src/content/8/en/part8b.md
@@ -109,7 +109,7 @@ ReactDOM.createRoot(document.getElementById('root')).render(
109
110
### Making queries
111
112
-We are ready to implement the main view of the application, which shows a list of phone numbers.
+We are ready to implement the main view of the application, which shows a list of person's name and phone number.
113
114
Apollo Client offers a few alternatives for making [queries](https://www.apollographql.com/docs/react/data/queries/).
115
Currently, the use of the hook function [useQuery](https://www.apollographql.com/docs/react/api/react/hooks/#usequery) is the dominant practice.
0 commit comments