Skip to content

Commit 396ca2c

Browse files
docs: improve wording in Apollo Client setup instructions
1 parent f38cde6 commit 396ca2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/8/en/part8b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ At the moment, there are two good options: [Relay](https://facebook.github.io/re
2323

2424
### Apollo client
2525

26-
Let us create a new React app, and can continue installing dependencies required by [Apollo client](https://www.apollographql.com/docs/react/get-started/).
26+
Let's create a new React app and install the necessary dependencies for [Apollo client](https://www.apollographql.com/docs/react/get-started/).
2727

2828
```bash
2929
npm install @apollo/client graphql

0 commit comments

Comments
 (0)