aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/ref/create_publication.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml
index 1205df5f88c..7ed48f50b0b 100644
--- a/doc/src/sgml/ref/create_publication.sgml
+++ b/doc/src/sgml/ref/create_publication.sgml
@@ -184,8 +184,8 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
<para>
For an <command>INSERT ... ON CONFLICT</command> command, the publication will
- publish the operation that actually results from the command. So depending
- of the outcome, it may be published as either <command>INSERT</command> or
+ publish the operation that results from the command. Depending
+ on the outcome, it may be published as either <command>INSERT</command> or
<command>UPDATE</command>, or it may not be published at all.
</para>