Skip to content

Commit

Permalink
Merge pull request #952 from jjangga0214/patch-1
Browse files Browse the repository at this point in the history
docs(graphql_flutter): fix typo
  • Loading branch information
vincenzopalazzo authored Nov 20, 2021
2 parents 38799c9 + c14b3df commit a403f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void main() async {
GraphQLClient(
link: link,
// The default store is the InMemoryStore, which does NOT persist to disk
store: GraphQLCache(store: HiveStore()),
cache: GraphQLCache(store: HiveStore()),
),
);
Expand Down

0 comments on commit a403f65

Please sign in to comment.