core-dotspacemacs: Fixes typo

Reported here https://github.com/syl20bnr/spacemacs/issues/14875
This commit is contained in:
Lucius Hu 2021-06-26 07:01:48 +00:00 committed by GitHub
parent cf21402c5c
commit 64fed6f7da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ running Emacs in terminal."
(spacemacs|defc dotspacemacs-folding-method 'evil
"Code folding method. Possible values are `evil', `origami' and `vimish'."
'(choice (cosnt evil) (const origami) (const vimish))
'(choice (const evil) (const origami) (const vimish))
'spacemacs-dotspacemacs-init)
(spacemacs|defc dotspacemacs-default-layout-name "Default"