Skip to content

Commit 490532e

Browse files
ktsnphortx
authored andcommitted
Fix typo in setup guide (#132)
1 parent 49be85f commit 490532e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We recommend to activate the debug mode in development env automatically via:
4949
## Client
5050

5151
You can inject your own instance of the Apollo Client using `option.apolloClient`. This is useful if
52-
the app requires a more complex configuration, such as integration wiht AWS AppSync. When `apolloClient`
52+
the app requires a more complex configuration, such as integration with AWS AppSync. When `apolloClient`
5353
is used, `plugin-graphql` ignores any other options to configure Apollo client.
5454

5555
Here is an example configuration for AWS AppSync:

0 commit comments

Comments
 (0)