Skip to content

Commit 9416f46

Browse files
Merge pull request #42 from n1ru4l/patch-1
Fix typo in README.md
2 parents c72a619 + 9eb49fa commit 9416f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function formatError(error) {
109109

110110
## API
111111

112-
### ApolloError ({ [time_thrown: String, data: Object, internalData: object message: String ]})
112+
### ApolloError ({ [time_thrown: String, data: Object, internalData: object, message: String ]})
113113

114114
Creates a new ApolloError object. Note that `ApolloError` in this context refers
115115
to an error class created and returned by `createError` documented below. Error can be

0 commit comments

Comments
 (0)