Fix single missing character in documentation

Within the Important Note there is a single character (which written as wich) typo that this change corrects.
This commit is contained in:
James W. Brinkerhoff 2016-08-12 11:04:53 -04:00 committed by Eivind Fonn
parent 65faddcba0
commit cca05f57b5
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ should not be loaded before =dotspacemacs/user-config=, otherwise both versions
will be loaded and will conflict.
Because of autoloading, calling to =org= functions will trigger the loading up
of the =org= shipped with emacs wich will induce conflicts.
of the =org= shipped with emacs which will induce conflicts.
One way to avoid conflict is to wrap your =org= config code in a
=with-eval-after-load= block like this: