From 3b36662908357976de2eece8e83febed3299dd2e Mon Sep 17 00:00:00 2001 From: aleclarsoniv Date: Thu, 8 Sep 2016 07:43:11 -0700 Subject: [PATCH] Fix typo in new ModuleCache args Summary: :+1: Closes https://github.com/facebook/react-native/pull/9774 Differential Revision: D3835002 Pulled By: mkonicek fbshipit-source-id: a94f07a7f32fe709f0a7bed561f26d1d9c5ac377 --- react-packager/src/node-haste/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-packager/src/node-haste/index.js b/react-packager/src/node-haste/index.js index 82b4d139..ad22787d 100644 --- a/react-packager/src/node-haste/index.js +++ b/react-packager/src/node-haste/index.js @@ -134,7 +134,7 @@ class DependencyGraph { depGraphHelpers: this._helpers, assetDependencies: this._assetDependencies, moduleOptions: this._opts.moduleOptions, - }, this._opts.platfomrs); + }, this._opts.platforms); this._hasteMap = new HasteMap({ fastfs: this._fastfs,