diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml
index f5d870998ced482051e2b24a0cd9a5fd14b506be..a64a57395f65ab6554003a8a59723ba45b18bf00 100644
--- a/doc/src/sgml/ref/pgbench.sgml
+++ b/doc/src/sgml/ref/pgbench.sgml
@@ -349,7 +349,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
       <term><option>--latency-limit=</option><replaceable>limit</></term>
       <listitem>
        <para>
-        Transaction which last more than <replaceable>limit</> milliseconds
+        Transactions that last more than <replaceable>limit</> milliseconds
         are counted and reported separately, as <firstterm>late</>.
        </para>
        <para>
diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml
index 56827e520dd62a7a07ac2959e8530143a3fb7dc9..0cd58169aa4c47fab33e071e817751f3a8632434 100644
--- a/doc/src/sgml/spgist.sgml
+++ b/doc/src/sgml/spgist.sgml
@@ -134,7 +134,7 @@
  <para>
   Of the two operator classes for type <type>point</>,
   <literal>quad_point_ops</> is the default.  <literal>kd_point_ops</>
-  supports the same operators but uses a different index data structure which
+  supports the same operators but uses a different index data structure that
   may offer better performance in some applications.
  </para>