Fix fb-stubs typo

Summary: Per title.

Reviewed By: bnelo12

Differential Revision: D16332419

fbshipit-source-id: cbe3354561ab2251064f76c01ec1660aef59a7bb
This commit is contained in:
Pascal Hartig
2019-07-17 06:27:35 -07:00
committed by Facebook Github Bot
parent 7d3f05dae3
commit 147f120a42

View File

@@ -28,7 +28,7 @@ module.exports = function(babel) {
) {
if (requireFromFolder('fb', path.node.arguments[0].value)) {
throw new Error(
'Do not requrie directly from fb/, but rather from fb-stubs/ to not break flow-typing and make sure stubs are uptodate.',
'Do not require directly from fb/, but rather from fb-stubs/ to not break flow-typing and make sure stubs are up-to-date.',
);
} else if (
requireFromFolder('fb-stubs', path.node.arguments[0].value)