From 4c71197613c72d2417d4fedf789739edd1bead7b Mon Sep 17 00:00:00 2001
From: Takamichi Osumi <osumi.takamichi@fujitsu.com>
Date: Thu, 13 Oct 2022 06:05:33 +0000
Subject: [PATCH v1] modify a typo

---
 doc/src/sgml/ref/create_publication.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml
index c5190f0..cf75e3b 100644
--- a/doc/src/sgml/ref/create_publication.sgml
+++ b/doc/src/sgml/ref/create_publication.sgml
@@ -295,7 +295,7 @@ 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
+   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>
 
-- 
1.8.3.1

