Skip to content

Commit

Permalink
Fix "Instead, allows you to specify" grammar error (#10615)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislvca authored Feb 28, 2023
1 parent 78f6d27 commit f29640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api/react/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ api_reference: true
import { MockedProvider } from "@apollo/client/testing";
```

The `MockedProvider` component is a mocked version of [`ApolloProvider`](./hooks/#the-apolloprovider-component) that doesn't send network requests to your API. Instead, you to specify the exact response payload for a given GraphQL operation. This enables you to test your application's operations without communicating with a server.
The `MockedProvider` component is a mocked version of [`ApolloProvider`](./hooks/#the-apolloprovider-component) that doesn't send network requests to your API. Instead, it allows you to specify the exact response payload for a given GraphQL operation. This enables you to test your application's operations without communicating with a server.

#### Props

Expand Down

0 comments on commit f29640a

Please sign in to comment.