Skip to content

Commit 7187c36

Browse files
committed
Fix a typo
1 parent fe4a406 commit 7187c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ The value can also be t, which means to font-lock as much as possible."
405405
(defface cider-deprecated
406406
'((((background light)) :background "light goldenrod")
407407
(((background dark)) :background "#432"))
408-
"Faced used on deprecated vars."
408+
"Face used on deprecated vars."
409409
:group 'cider)
410410

411411
(defface cider-instrumented-face

0 commit comments

Comments
 (0)