Procházet zdrojové kódy

org-manual: Fix typo

* doc/org-manual.org (Exporting): Fix typo.
Nicolas Goaziou před 7 roky
rodič
revize
2412044aa7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      doc/org-manual.org

+ 1 - 1
doc/org-manual.org

@@ -11089,7 +11089,7 @@ Org only loads back-ends for the following formats by default: ASCII,
 HTML, iCalendar, LaTeX, and ODT.  Additional back-ends can be loaded
 in either of two ways: by configuring the ~org-export-backends~
 variable, or by requiring libraries in the Emacs init file.  For
-example, to load the markdown back-end, add this to your Emacs config:
+example, to load the Markdown back-end, add this to your Emacs config:
 
 #+begin_src emacs-lisp
 (require 'ox-md)