Skip to content

Commit

Permalink
Merge pull request #453 from britannio/patch-1
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
micimize committed Nov 5, 2019
2 parents 519381c + a8b1fb6 commit 6bdf873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ final List<dynamic> repositories =

### Mutations

Creating a Matation is also similar to creating a query, with a small difference. First, start with a multiline string:
Creating a Mutation is also similar to creating a query, with a small difference. First, start with a multiline string:

```dart
const String addStar = r'''
Expand Down

0 comments on commit 6bdf873

Please sign in to comment.