We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fdd9a commit 3b5ffacCopy full SHA for 3b5ffac
core/core-documentation.el
@@ -86,7 +86,7 @@
86
content)))
87
88
(defun spacemacs/publish-doc ()
89
- "Publishe the documentation to doc/export/."
+ "Publish the documentation to doc/export/."
90
(interactive)
91
(advice-add 'org-html-toc :filter-return #'spacemacs//format-toc)
92
(advice-add 'org-html-template :filter-return #'spacemacs//format-content)
0 commit comments