Skip to content

Commit 4af89e8

Browse files
committed
doc/matlab-language-server-lsp-mode.org: fix a couple typos
1 parent ec0b108 commit 4af89e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/matlab-language-server-lsp-mode.org

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ go to definition, find references, and more. To use matlabls, see the Installati
3232

3333
matlabls is a separate special MATLAB process that Emacs communicates with. For example, when you
3434
ask Emacs to jump to the definition of a function via =M-.= or =M-x xref-find-definitions=, Emacs
35-
will ask the matlabls process where the function is located and use it's response to jump to the
35+
will ask the matlabls process where the function is located and use its response to jump to the
3636
definition.
3737

3838
#+begin_example
@@ -141,12 +141,12 @@ type =M-,= to jump back.
141141

142142
** Windows Emacs with LSP
143143

144-
The examples below were created on Windows 11 using Emacs 30.1. The setup I used (May-29-2025):
144+
The examples above were created on Windows 11 using Emacs 30.1. The setup I used (May-29-2025):
145145

146146
1. Install Emacs from [[https://www.gnu.org/software/emacs/download.html]]
147147
2. Install MSYS2 from [[https://www.msys2.org/]]
148148
3. Install gpg from https://www.gpg4win.org/. Note there is a version gpg.exe in MSYS2 that does
149149
not work with the Emacs package manager. Therefore, install gpg4win and place that gpg on the
150150
PATH before the gpg from MSYS2.
151151
4. Install the Emacs packages listed above.
152-
5. Install the MATLAB Lanugage Server as shown above.
152+
5. Install the MATLAB Language Server as shown above.

0 commit comments

Comments
 (0)