Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 672a308

Browse files
committed
readme wrong word fix
1 parent 9416f46 commit 672a308

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)

AltStyle によって変換されたページ (->オリジナル) /