mirror of
https://github.com/atom/atom.git
synced 2026-02-06 20:55:33 -05:00
👕 Fix 'Unnecessary escape character: \"'
This commit is contained in:
@@ -207,6 +207,6 @@ const humanizeKeystrokes = function (keystroke) {
|
||||
|
||||
var getKeystroke = function (bindings) {
|
||||
if (bindings != null ? bindings.length : undefined) {
|
||||
return `<span class=\"keystroke\">${humanizeKeystrokes(bindings[0].keystrokes)}</span>`
|
||||
return `<span class="keystroke">${humanizeKeystrokes(bindings[0].keystrokes)}</span>`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user