Skip to content

Commit 5385fd6

Browse files
authored
Merge pull request #3626 from rsvives/patch-1
docs: should be main.jsx instead of index.js
2 parents 293db5c + cc79349 commit 5385fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/8/en/part8d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const App = () => {
161161

162162
### Adding a token to a header
163163

164-
After the backend changes, creating new persons requires that a valid user token is sent with the request. In order to send the token, we have to change the way we define the *ApolloClient* object in <i>index.js</i> a little.
164+
After the backend changes, creating new persons requires that a valid user token is sent with the request. In order to send the token, we have to change the way we define the *ApolloClient* object in <i>main.jsx</i> a little.
165165

166166
```js
167167
import { ApolloClient, InMemoryCache, ApolloProvider, createHttpLink } from '@apollo/client' // highlight-line

0 commit comments

Comments
 (0)