Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JAremko committed Mar 14, 2016
1 parent 82fdd9a commit 3b5ffac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core-documentation.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3b5ffac

Please sign in to comment.