Skip to content

Commit 2fd62bf

Browse files
committed
fixed typo
1 parent 84b4321 commit 2fd62bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var stringHash = require('string-hash');
1010
Custom `generateScopedName` function for `postcss-modules-scope`.
1111
Appends a hash of the css source.
1212
*/
13-
function createNameFunc (plugin) {
13+
function createScopedNameFunc (plugin) {
1414
var orig = plugin.generateScopedName;
1515
return function (name, path, css) {
1616
var hash = stringHash(css).toString(36).substr(0, 5);

0 commit comments

Comments
 (0)