diff --git a/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml b/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml
index d83b38ed33..426ecde387 100644
--- a/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml
+++ b/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml
@@ -1307,7 +1307,7 @@ encodings.
SLEIGH supports the concept of context
variables. For the most part processor instructions can be
unambiguously decoded by examining only the bits of the instruction
-encoding. But in some cases, decoding may depend on the state of
+encoding. But in some cases, decoding may depend on the state of the
processor. Typically, the processor will have some set of status flags
that indicate what mode is being used to process instructions. In
terms of SLEIGH, a context variable is a field
@@ -1386,7 +1386,7 @@ multiple constructors into a single table are addressed in
A single complex statement in the specification file describes a
constructor. This statement is always made up of five distinct
-sections that are listed below in the order in which the must occur.
+sections that are listed below in the order in which they must occur.