We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c153b commit a9852daCopy full SHA for a9852da
code/scripts.js
@@ -1116,7 +1116,7 @@ var SCRIPTS = [
1116
];
1117
1118
// This makes sure the data is exported in node.js —
1119
-// `require('./path/to/jaques_journal.js')` will get you the array.
+// `require('./path/to/scripts.js')` will get you the array.
1120
if (typeof module != "undefined" && module.exports && (typeof window == "undefined" || window.exports != exports))
1121
module.exports = SCRIPTS;
1122
if (typeof global != "undefined" && !global.SCRIPTS)
0 commit comments