Skip to content

Commit 25eb0cd

Browse files
committed
typo
1 parent f4c0960 commit 25eb0cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/commonjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports.increment = function(val) {
1616
};
1717
```
1818

19-
# math.coffee
19+
# math.js
2020

2121
``` javascript
2222
exports.add = function() {

examples/commonjs/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{{increment.js}}
1212
```
1313

14-
# math.coffee
14+
# math.js
1515

1616
``` javascript
1717
{{math.js}}

0 commit comments

Comments
 (0)