Fix typo in readme

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.
pull/484/head
Nick Trierweiler 2 years ago committed by GitHub
parent 37561e4458
commit ef827ba61f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) => {

Loading…
Cancel
Save