Skip to content

Commit dc96935

Browse files
Martin Konicekfacebook-github-bot-1
authored andcommitted
Fix a tiny typo in error message
Reviewed By: davidaurelio Differential Revision: D2850195 fb-gh-sync-id: 8177ce2f8d7f799edc559b4f5a0da99d865874a7
1 parent ba4101d commit dc96935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packager/react-packager/src/DependencyResolver/DependencyGraph/ResolutionRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ class ResolutionRequest {
374374
toModule,
375375
`Invalid directory ${potentialDirPath}
376376
377-
This might related to https://github.com/facebook/react-native/issues/4968
377+
This might be related to https://github.com/facebook/react-native/issues/4968
378378
To resolve try the following:
379379
1. Clear watchman watches: \`watchman watch-del-all\`.
380380
2. Delete the \`node_modules\` folder: \`rm -rf node_modules && npm install\`.

0 commit comments

Comments
 (0)