summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAlvaro Herrera2022-10-13 11:36:14 +0000
committerAlvaro Herrera2022-10-13 11:36:14 +0000
commit659ffe6a7c00d4ee5df9e1d8abe9c8b623f2e23c (patch)
tree493daec0893565529eb638387b393ce9b0cd19da /doc/src
parent59290b20aae73d334034d5a182eb0a2d7f451ebb (diff)
Fix typo in CREATE PUBLICATION reference page
While at it, simplify wording a bit. Author: Takamichi Osumi <osumi.takamichi@fujitsu.com> Reviewed-by: Peter Smith <smithpb2250@gmail.com> Discussion: https://postgr.es/m/TYCPR01MB8373F93F5D094A2BE648990DED259@TYCPR01MB8373.jpnprd01.prod.outlook.com
Diffstat (limited to 'doc/src')
-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 2b19abb678a..f017ba17c18 100644
--- a/doc/src/sgml/ref/create_publication.sgml
+++ b/doc/src/sgml/ref/create_publication.sgml
@@ -158,8 +158,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>