Skip to content

Commit

Permalink
removed comment from line 122 of readme ' // Waits 1000ms after typin…
Browse files Browse the repository at this point in the history
…g First' - that comment was duplicated from 'Type Pausing' just above
  • Loading branch information
ArbutusNate committed Aug 25, 2017
1 parent 9905c0b commit 95b15d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ In the following example, this would only backspace the words after "This is a"

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

0 comments on commit 95b15d6

Please sign in to comment.