Skip to content

Commit

Permalink
Fix typo (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvanvliet authored and jhchen committed Oct 6, 2016
1 parent 7e8b147 commit 0e446da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/working-with-deltas.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Starting with the above "Gandalf the Grey" example:
{
ops: [
// Unbold and italicize "Gandalf"
{ retain: 7, attriubtes: { bold: null, italic: true } },
{ retain: 7, attributes: { bold: null, italic: true } },

// Keep " the " as is
{ retain: 5 },
Expand Down

0 comments on commit 0e446da

Please sign in to comment.