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, Buchignani III, liuchong, Lucius Hu, Luke Winship, Luke Worth, Marco Ieni,
Marco Zucconelli, mark30247, Martin Sosic, Max Beutelspacher, Max Deineko, Max Marco Zucconelli, mark30247, Martin Sosic, Max Beutelspacher, Max Deineko, Max
Nordlund, Maximilian Wolff, Miciah Dashiel Butler Masters, mjkramer, Mikhail Nordlund, Maximilian Wolff, Miciah Dashiel Butler Masters, mjkramer, Mikhail
Yakutovich, Miloš Mošić, milserk, Muneeb Shaikh, Nasser Alshammari, Niko Yakutovich, Miloš Mošić, milserk, Muneeb Shaikh, nanashi0x74, Nasser
Felger, Nikolai Myllymäki, nikolaiam, Nicolas Forgerit, Oguz Serbetci, Olivier Alshammari, Niko Felger, Nikolai Myllymäki, nikolaiam, Nicolas Forgerit, Oguz
Verdier, Pancho Horrillo, Paul Milla, Paulo Schneider, Pawan Dubey, Paweł Serbetci, Olivier Verdier, Pancho Horrillo, Paul Milla, Paulo Schneider, Pawan
Siudak, Phil Pirozhkov, Philippe Bourdages, Piotr Grzesik, Rafi Khan, Dubey, Paweł Siudak, Phil Pirozhkov, Philippe Bourdages, Piotr Grzesik, Rafi
Rand01ph, rakyi, Raymond Wanyoike, Reverend Homer, Robby O'Connor, Robert Khan, Rand01ph, rakyi, Raymond Wanyoike, Reverend Homer, Robby O'Connor,
Roland, Rhommel Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil, Serghei Robert Roland, Rhommel Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil,
Iakovlev, Sergio Ugalde, Shane Kilkelly, Sid Kapur, Som Poddar, Somelauw, Serghei Iakovlev, Sergio Ugalde, Shane Kilkelly, Sid Kapur, Som Poddar,
Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Sunlin7, Swaroop C H, Somelauw, Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Sunlin7, Swaroop
Sylvain Benner, Szunti, Thijs Vermeir, Tianyi Wang, Tim Ruffing, Tim Stewart, C H, Sylvain Benner, Szunti, Thijs Vermeir, Tianyi Wang, Tim Ruffing, Tim
timor, TinySong, Titov Andrey, Thomas de Beauchêne, Tomasz Cichocinski, Trey Stewart, timor, TinySong, Titov Andrey, Thomas de Beauchêne, Tomasz
Merkley, tzhao11, Vincent Taing, Ullas Holla, Vlad Bokov, Vladimir Kochnev, Cichocinski, Trey Merkley, tzhao11, Vincent Taing, Ullas Holla, Vlad Bokov,
weihua-lu, wenpin, Wieland Hoffmann, Witoslaw Koczewski, Xiang Ji, Yi Liu, Vladimir Kochnev, weihua-lu, wenpin, Wieland Hoffmann, Witoslaw Koczewski,
Zach Latta, Zane Sterling, zer09, Zhige Xin) Xiang Ji, Yi Liu, Zach Latta, Zane Sterling, zer09, Zhige Xin)
**** Documentation and website **** Documentation and website
- DOCUMENTATION.org: - DOCUMENTATION.org:
- Fixed the example for how to change the separator style - 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. loads code.
** Emacs Lisp files ** 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 functions, macros and modes defined in that file become available to the current
Emacs session. Henceforth, this will be termed as /loading/ a file. 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. This layer loads the necessary packages for spacemacs to start-up.
** Features: ** 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 =holy= and =hybrid= modes
- Loads the official Spacemacs theme - Loads the official Spacemacs theme
- Loads =use-package= which is used to load other packages more easily - 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=. full graphical debugging support via =DAP mode=.
LSP is the default backend used by this layer, see [[#choosing-a-backend][Choosing a backend]] in 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 *** Installation
The lsp server will be installed automatically whenever a Java file The lsp server will be installed automatically whenever a Java file