Skip to content

Commit 95b15d6

Browse files
committedAug 25, 2017
removed comment from line 122 of readme ' // Waits 1000ms after typing First' - that comment was duplicated from 'Type Pausing' just above
1 parent 9905c0b commit 95b15d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎README.md

-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ In the following example, this would only backspace the words after "This is a"
119119

120120
~~~ javascript
121121
var typed = new Typed(".element", {
122-
// Waits 1000ms after typing "First"
123122
strings: ["This is a JavaScript library", "This is an ES6 module"],
124123
smartBackspace: true // Default value
125124
});

0 commit comments

Comments
 (0)
Please sign in to comment.