From 54aef5086740878acb63045acfb95f4a28ccfdbd Mon Sep 17 00:00:00 2001 From: vxid <16440823+vxid@users.noreply.github.com> Date: Fri, 13 Sep 2019 23:52:46 +0200 Subject: [PATCH] Fix face description typo --- dashboard-widgets.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-widgets.el b/dashboard-widgets.el index f2a98ec7..086d0c8d 100644 --- a/dashboard-widgets.el +++ b/dashboard-widgets.el @@ -223,7 +223,7 @@ If nil it is disabled. Possible values for list-type are: (defface dashboard-navigator '((t (:inherit font-lock-keyword-face))) - "Face used for the havigator." + "Face used for the navigator." :group 'dashboard) (defface dashboard-heading