diff --git a/core/core-documentation.el b/core/core-documentation.el index e264a641bb08..feafdb0298a2 100644 --- a/core/core-documentation.el +++ b/core/core-documentation.el @@ -86,7 +86,7 @@ content))) (defun spacemacs/publish-doc () - "Publishe the documentation to doc/export/." + "Publish the documentation to doc/export/." (interactive) (advice-add 'org-html-toc :filter-return #'spacemacs//format-toc) (advice-add 'org-html-template :filter-return #'spacemacs//format-content)