diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index 31c3762cbee..407120f4d56 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -1245,8 +1245,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.