We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4e4a5 commit e8f8c7cCopy full SHA for e8f8c7c
1 file changed
README.md
@@ -100,7 +100,7 @@ $.jTimeout({
100
//tell them they will be timing out soon!
101
//to get the current time:
102
var secondsLeft = jTimeout.getTimer();
103
- console.log('You will be timed out in: '+secondsLeft'+ seconds');
+ console.log('You will be timed out in: '+secondsLeft+' seconds');
104
}
105
});
106
```
0 commit comments