Skip to content

Commit

Permalink
Removing dot to avoid redirect to facebook.com (#11400)
Browse files Browse the repository at this point in the history
* Removing dot to avoid redirect to facebook.com

* Changing phrase instead of using

* Tweak test

* Reset unrelated file
  • Loading branch information
marciovicente authored and gaearon committed Oct 30, 2017
1 parent 177cd85 commit d61af82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberErrorLogger.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function logCapturedError(capturedError: CapturedError): void {
} else {
errorBoundaryMessage =
'Consider adding an error boundary to your tree to customize error handling behavior.\n' +
'You can learn more about error boundaries at https://fb.me/react-error-boundaries.';
'Visit https://fb.me/react-error-boundaries to learn more about error boundaries.';
}
const combinedMessage =
`${componentNameMessage}${componentStack}\n\n` +
Expand Down
2 changes: 1 addition & 1 deletion scripts/rollup/results.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,4 @@
"gzip": 484
}
}
}
}

0 comments on commit d61af82

Please sign in to comment.