diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index 7043782665..64971752eb 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -1,5 +1,5 @@
@@ -697,9 +697,9 @@ and table_constraint is:
endterm="sql-createindex-title">. The storage parameters currently
available for tables are listed below. For each parameter, there is an
additional, identically named parameter, prefixed with
- toast. which can be used to control the behavior of the
+ toast. which can be used to control the behavior of the
supplementary storage table, if any; see .
- Note that the supplementary storage table inherits the
+ Note that the supplementary storage table inherits the
autovacuum values from its parent table, if there are
no toast.autovacuum_* settings set.