Fix three typos in various files

This commit fixes typos in doc/layers.org and the readme.org files of bootstrap and
java layers.
This commit is contained in:
nanashi0x74 2020-10-18 22:50:42 +02:00 committed by duianto
parent c8b717c9be
commit 76849892e1
4 changed files with 16 additions and 16 deletions

View File

@ -3624,19 +3624,19 @@ files (thanks to Daniel Nicolai)
Buchignani III, liuchong, Lucius Hu, Luke Winship, Luke Worth, Marco Ieni,
Marco Zucconelli, mark30247, Martin Sosic, Max Beutelspacher, Max Deineko, Max
Nordlund, Maximilian Wolff, Miciah Dashiel Butler Masters, mjkramer, Mikhail
Yakutovich, Miloš Mošić, milserk, Muneeb Shaikh, Nasser Alshammari, Niko
Felger, Nikolai Myllymäki, nikolaiam, Nicolas Forgerit, Oguz Serbetci, Olivier
Verdier, Pancho Horrillo, Paul Milla, Paulo Schneider, Pawan Dubey, Paweł
Siudak, Phil Pirozhkov, Philippe Bourdages, Piotr Grzesik, Rafi Khan,
Rand01ph, rakyi, Raymond Wanyoike, Reverend Homer, Robby O'Connor, Robert
Roland, Rhommel Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil, Serghei
Iakovlev, Sergio Ugalde, Shane Kilkelly, Sid Kapur, Som Poddar, Somelauw,
Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Sunlin7, Swaroop C H,
Sylvain Benner, Szunti, Thijs Vermeir, Tianyi Wang, Tim Ruffing, Tim Stewart,
timor, TinySong, Titov Andrey, Thomas de Beauchêne, Tomasz Cichocinski, Trey
Merkley, tzhao11, Vincent Taing, Ullas Holla, Vlad Bokov, Vladimir Kochnev,
weihua-lu, wenpin, Wieland Hoffmann, Witoslaw Koczewski, Xiang Ji, Yi Liu,
Zach Latta, Zane Sterling, zer09, Zhige Xin)
Yakutovich, Miloš Mošić, milserk, Muneeb Shaikh, nanashi0x74, Nasser
Alshammari, Niko Felger, Nikolai Myllymäki, nikolaiam, Nicolas Forgerit, Oguz
Serbetci, Olivier Verdier, Pancho Horrillo, Paul Milla, Paulo Schneider, Pawan
Dubey, Paweł Siudak, Phil Pirozhkov, Philippe Bourdages, Piotr Grzesik, Rafi
Khan, Rand01ph, rakyi, Raymond Wanyoike, Reverend Homer, Robby O'Connor,
Robert Roland, Rhommel Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil,
Serghei Iakovlev, Sergio Ugalde, Shane Kilkelly, Sid Kapur, Som Poddar,
Somelauw, Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Sunlin7, Swaroop
C H, Sylvain Benner, Szunti, Thijs Vermeir, Tianyi Wang, Tim Ruffing, Tim
Stewart, timor, TinySong, Titov Andrey, Thomas de Beauchêne, Tomasz
Cichocinski, Trey Merkley, tzhao11, Vincent Taing, Ullas Holla, Vlad Bokov,
Vladimir Kochnev, weihua-lu, wenpin, Wieland Hoffmann, Witoslaw Koczewski,
Xiang Ji, Yi Liu, Zach Latta, Zane Sterling, zer09, Zhige Xin)
**** Documentation and website
- DOCUMENTATION.org:
- Fixed the example for how to change the separator style

View File

@ -60,7 +60,7 @@ To understand how to best implement a layer, we have to investigate how Emacs
loads code.
** Emacs Lisp files
Emacs Lisp files contains code that can be evaluated. When evaluated, the
Emacs Lisp files contain code that can be evaluated. When evaluated, the
functions, macros and modes defined in that file become available to the current
Emacs session. Henceforth, this will be termed as /loading/ a file.

View File

@ -10,7 +10,7 @@
This layer loads the necessary packages for spacemacs to start-up.
** Features:
- Loads =evil= key bindings and macros for auto-evilifcation of maps
- Loads =evil= key bindings and macros for auto-evilification of maps
- Loads =holy= and =hybrid= modes
- Loads the official Spacemacs theme
- Loads =use-package= which is used to load other packages more easily

View File

@ -78,7 +78,7 @@ It integrates with =company= and =flycheck=. In addition it also provides
full graphical debugging support via =DAP mode=.
LSP is the default backend used by this layer, see [[#choosing-a-backend][Choosing a backend]] in
order to lean how to select a different backend.
order to learn how to select a different backend.
*** Installation
The lsp server will be installed automatically whenever a Java file