Skip to content

Commit 2571c7c

Browse files
author
Amoki
committed
typo
1 parent c2b27c0 commit 2571c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hydraters/useful-hydrater.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ module.exports = function usefulHydrater(path, document, changes, cb) {
66
changes.metadata.path = path;
77
changes.metadata.text = fs.readFileSync(path).toString();
88
cb(null, changes);
9-
};
9+
};

0 commit comments

Comments
 (0)