Skip to content

Commit 87d99e9

Browse files
authored
Backport typo fix from master (#70)
Backport typo fix from master
2 parents e4d0a5b + dfbb4f8 commit 87d99e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ moduleAlias.addPath(__dirname + '/src')
119119
//
120120
moduleAlias(__dirname + '/package.json')
121121

122-
// Or let mudule-alias to figure where your package.json is
122+
// Or let module-alias to figure where your package.json is
123123
// located. By default it will look in the same directory
124124
// where you have your node_modules (application's root)
125125
moduleAlias()

0 commit comments

Comments
 (0)