Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
This is meant to be "italic" not "italics" which will render an empty icon here. The docs specify this as well and I tested locally while working through implementing this on a project.
  • Loading branch information
kicksent committed Jul 15, 2022
1 parent 37561e4 commit ef827ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -367,7 +367,7 @@ const easyMDE = new EasyMDE({
className: "fa fa-bold",
title: "Bold",
},
"italics", // shortcut to pre-made button
"italic", // shortcut to pre-made button
{
name: "custom",
action: (editor) => {
Expand Down

0 comments on commit ef827ba

Please sign in to comment.