Skip to content

Commit a9852da

Browse files
committed
Fix copy-paste remnant in scripts.js
1 parent d1c153b commit a9852da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ var SCRIPTS = [
11161116
];
11171117

11181118
// This makes sure the data is exported in node.js —
1119-
// `require('./path/to/jaques_journal.js')` will get you the array.
1119+
// `require('./path/to/scripts.js')` will get you the array.
11201120
if (typeof module != "undefined" && module.exports && (typeof window == "undefined" || window.exports != exports))
11211121
module.exports = SCRIPTS;
11221122
if (typeof global != "undefined" && !global.SCRIPTS)

0 commit comments

Comments
 (0)