Skip to content

Commit 9cd4c2a

Browse files
committed
Fix spelling. Closes blueimp#43.
Thanks @jshen212.
1 parent 5547003 commit 9cd4c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
var content
4949
var result
5050
var id
51-
// Skipt the first two arguments, which are "node" and the script:
51+
// Skip the first two arguments, which are "node" and the script:
5252
if (index > 1) {
5353
stats = fs.statSync(file)
5454
if (!stats.isFile()) {

0 commit comments

Comments
 (0)