Fix typo in CREATE PUBLICATION reference page
authorAlvaro Herrera
Thu, 13 Oct 2022 11:36:14 +0000 (13:36 +0200)
committerAlvaro Herrera
Thu, 13 Oct 2022 11:36:14 +0000 (13:36 +0200)
While at it, simplify wording a bit.

Author: Takamichi Osumi 
Reviewed-by: Peter Smith
Discussion: https://postgr.es/m/TYCPR01MB8373F93F5D094A2BE648990DED259@TYCPR01MB8373.jpnprd01.prod.outlook.com

doc/src/sgml/ref/create_publication.sgml

index c5190f0ce6435271e1155ea56ed92ef798af3133..e229384e6ff35c01c2bb1cf69d310411a5ffd219 100644 (file)
@@ -294,8 +294,8 @@ CREATE PUBLICATION name
 
   
    For an INSERT ... ON CONFLICT command, the publication will
-   publish the operation that actually results from the command.  So depending
-   of the outcome, it may be published as either INSERT or
+   publish the operation that results from the command.  Depending
+   on the outcome, it may be published as either INSERT or
    UPDATE, or it may not be published at all.