diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml
index f5d870998ce..a64a57395f6 100644
--- a/doc/src/sgml/ref/pgbench.sgml
+++ b/doc/src/sgml/ref/pgbench.sgml
@@ -349,7 +349,7 @@ pgbench options> dbname>
limit>
- Transaction which last more than limit> milliseconds
+ Transactions that last more than limit> milliseconds
are counted and reported separately, as late>.
diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml
index 56827e520dd..0cd58169aa4 100644
--- a/doc/src/sgml/spgist.sgml
+++ b/doc/src/sgml/spgist.sgml
@@ -134,7 +134,7 @@
Of the two operator classes for type point>,
quad_point_ops> is the default. 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.