branch: externals/matlab-mode
commit 4af89e8496785416146521f5c57cfaf42f201634
Author: John Ciolfi <john.ciolfi...@gmail.com>
Commit: John Ciolfi <john.ciolfi...@gmail.com>

    doc/matlab-language-server-lsp-mode.org: fix a couple typos
---
 doc/matlab-language-server-lsp-mode.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/matlab-language-server-lsp-mode.org 
b/doc/matlab-language-server-lsp-mode.org
index 4b641dad2c..9b9b8d0aef 100644
--- a/doc/matlab-language-server-lsp-mode.org
+++ b/doc/matlab-language-server-lsp-mode.org
@@ -32,7 +32,7 @@ go to definition, find references, and more. To use matlabls, 
see the Installati
 
 matlabls is a separate special MATLAB process that Emacs communicates with. 
For example, when you
 ask Emacs to jump to the definition of a function via =M-.= or =M-x 
xref-find-definitions=, Emacs
-will ask the matlabls process where the function is located and use it's 
response to jump to the
+will ask the matlabls process where the function is located and use its 
response to jump to the
 definition.
 
 #+begin_example
@@ -141,7 +141,7 @@ type =M-,= to jump back.
 
 ** Windows Emacs with LSP
 
-The examples below were created on Windows 11 using Emacs 30.1.  The setup I 
used (May-29-2025):
+The examples above were created on Windows 11 using Emacs 30.1.  The setup I 
used (May-29-2025):
 
 1. Install Emacs from [[https://www.gnu.org/software/emacs/download.html]]
 2. Install MSYS2 from [[https://www.msys2.org/]]
@@ -149,4 +149,4 @@ The examples below were created on Windows 11 using Emacs 
30.1.  The setup I use
    not work with the Emacs package manager. Therefore, install gpg4win and 
place that gpg on the
    PATH before the gpg from MSYS2.
 4. Install the Emacs packages listed above.
-5. Install the MATLAB Lanugage Server as shown above.
+5. Install the MATLAB Language Server as shown above.

Reply via email to