Skip to content

Commit 9eb49fa

Browse files
authored
Fix typo in README.md
1 parent c72a619 commit 9eb49fa

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)