[fix, lang] Typo in Evernotes description (#4173)

This commit is contained in:
Frans de Jonge
2018-08-19 20:20:00 +02:00
committed by GitHub
parent 5344e0b672
commit 5eff127cf6

View File

@@ -2,5 +2,5 @@ local _ = require("gettext")
return {
name = "evernote",
fullname = _("Evernote"),
description = _([[Exports hightlights and notes to the Evernote cloud.]]),
description = _([[Exports highlights and notes to the Evernote cloud.]]),
}