Skip to content

Commit

Permalink
Invalid } on line 171 in api/contents.md (#2108)
Browse files Browse the repository at this point in the history
remove invalid closing parenthesis in docs/contents.md on line 171.
  • Loading branch information
parthdesai93 authored and jhchen committed May 9, 2018
1 parent 5adf20c commit 223db76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api/contents.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ quill.updateContents(new Delta()
.delete(5) // 'World' is deleted
.insert('Quill')
.retain(1, { bold: true }) // Apply bold to exclamation mark
});
);
// Editor should now be [
// { insert: 'Hello Quill' },
// { insert: '!', attributes: { bold: true} }
Expand Down

0 comments on commit 223db76

Please sign in to comment.