diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index a664b7fd024..49c552c226e 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -1283,8 +1283,8 @@ WITH ( MODULUS numeric_literal, REM
REFERENCES (foreign key) constraints accept this
clause. NOT NULL and CHECK constraints are not
deferrable. Note that deferrable constraints cannot be used as
- conflict arbitrators in an INSERT statement that
- includes an ON CONFLICT DO UPDATE clause.
+ conflict arbiters in an INSERT statement that
+ includes an ON CONFLICT clause.