Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/index.js')
-rw-r--r--lib/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js
index 0960dd6..6763399 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -22,7 +22,7 @@ function rewire(request, cache) {
if (process.title === "browser") {
module.exports = require("./browserify/browserifyRewire.js");
} else {
- // Putting (require) within brackets is a hack to disable browserify require sniffing
+ // Putting (require) within brackets is a hack to disable browserify's require sniffing
// @see https://github.com/substack/node-browserify/issues/132#issuecomment-5281470
rewireModule = (require)("./rewire.js");