Skip to content

Commit e8f8c7c

Browse files
authored
console output formatting
1 parent 8b4e4a5 commit e8f8c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ $.jTimeout({
100100
//tell them they will be timing out soon!
101101
//to get the current time:
102102
var secondsLeft = jTimeout.getTimer();
103-
console.log('You will be timed out in: '+secondsLeft'+ seconds');
103+
console.log('You will be timed out in: '+secondsLeft+' seconds');
104104
}
105105
});
106106
```

0 commit comments

Comments
 (0)