Skip to content

Commit

Permalink
Fixed a very very minor typo on line 102. :) (slab#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthdesai93 authored and jhchen committed Apr 17, 2018
1 parent 5606a3d commit e1d8f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ quill.setText('Hello\nGood\nWorld!');
quill.formatLine(1, 1, 'list', 'bullet');

let lines = quill.getLines(2, 5);
// array witha a ListItem and Block Blot,
// array with a ListItem and Block Blot,
// representing the first two lines
```

0 comments on commit e1d8f53

Please sign in to comment.