Skip to content

Commit 26440b3

Browse files
authored
Merge pull request #3215 from djblackett/patch-1
Update part10c.md
2 parents dd78dd3 + d822809 commit 26440b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/10/en/part10c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ const createApolloClient = () => {
217217
export default createApolloClient;
218218
```
219219

220-
The URL used to connect to the Apollo Server is otherwise the same as the one you used with the Fetch API expect the port is <i>4000</i> and the path is <i>/graphql</i>. Lastly, we need to provide the Apollo Client using the [ApolloProvider](https://www.apollographql.com/docs/react/api/react/hooks/#the-apolloprovider-component) context. We will add it to the <em>App</em> component in the <i>App.js</i> file:
220+
The URL used to connect to the Apollo Server is otherwise the same as the one you used with the Fetch API except the port is <i>4000</i> and the path is <i>/graphql</i>. Lastly, we need to provide the Apollo Client using the [ApolloProvider](https://www.apollographql.com/docs/react/api/react/hooks/#the-apolloprovider-component) context. We will add it to the <em>App</em> component in the <i>App.js</i> file:
221221

222222
```javascript
223223
import { NativeRouter } from 'react-router-native';

0 commit comments

Comments
 (0)