Skip to content

Commit

Permalink
Fix small typo in file upload docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rudylee committed Oct 24, 2020
1 parent 3a31a75 commit 310a012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/reference/file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type Query {

"The `Mutation` type, represents all updates we can make to our data."
type Mutation {
singleUpload(file: Upload!): Bool!
singleUpload(file: Upload!): Boolean!
}
```

Expand Down

0 comments on commit 310a012

Please sign in to comment.