Skip to content

Commit cbd92df

Browse files
Merge pull request #45 from skout90/readme
readme wrong word fix
2 parents 9416f46 + 672a308 commit cbd92df

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
@@ -93,7 +93,7 @@ You can utilize this data for logging purposes.
9393
import { isInstance as isApolloErrorInstance, formatError as formatApolloError } from 'apollo-errors';
9494

9595
function formatError(error) {
96-
const { originialError } = error;
96+
const { originalError } = error;
9797
if (isApolloErrorInstance(originalError)) {
9898
// log internalData to stdout but not include it in the formattedError
9999
console.log(JSON.stringify({

0 commit comments

Comments
 (0)