diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml
index 1d3292b7a12..3400fd69617 100644
--- a/doc/src/sgml/ref/create_foreign_table.sgml
+++ b/doc/src/sgml/ref/create_foreign_table.sgml
@@ -351,7 +351,7 @@ WITH ( MODULUS numeric_literal, REM
an UPDATE that changes the partition key value can
cause a row to be moved from a local partition to a foreign-table
partition, provided the foreign data wrapper supports tuple routing.
- However it is not currently possible to move a row from a
+ However, it is not currently possible to move a row from a
foreign-table partition to another partition.
An UPDATE that would require doing that will fail
due to the partitioning constraint, assuming that that is properly