Skip to content

Commit 9aa322f

Browse files
committed
[react-packager] fix a typo s/pacakge/package
Summary: Closes facebook#83 Github Author: Chengyin Liu <chengyin.liu@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
1 parent f03bcd1 commit 9aa322f

File tree

1 file changed

+1
-1
lines changed
  • packager/react-packager/src/DependencyResolver/haste/DependencyGraph

1 file changed

+1
-1
lines changed

packager/react-packager/src/DependencyResolver/haste/DependencyGraph/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ DependecyGraph.prototype.resolveDependency = function(
147147
dep = this._graph[modulePath];
148148
if (dep == null) {
149149
throw new Error(
150-
'Cannot find package main file for pacakge: ' + packageJson._root
150+
'Cannot find package main file for package: ' + packageJson._root
151151
);
152152
}
153153
return dep;

0 commit comments

Comments
 (0)