From af050c07b05fb495ffc194c8dad2f2966070e47b Mon Sep 17 00:00:00 2001
From: Magnus Hagander <magnus@hagander.net>
Date: Wed, 20 Jun 2018 16:07:07 +0200
Subject: [PATCH] Fix typo

Reported using the website comment form
---
 doc/src/sgml/dml.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml
index 0c65578b59e..bbac95878cf 100644
--- a/doc/src/sgml/dml.sgml
+++ b/doc/src/sgml/dml.sgml
@@ -116,7 +116,7 @@ INSERT INTO products (product_no, name, price)
 
   <tip>
    <para>
-    When inserting a lot of data at the same time, considering using
+    When inserting a lot of data at the same time, consider using
     the <xref linkend="sql-copy"> command.
     It is not as flexible as the <xref linkend="sql-insert">
     command, but is more efficient. Refer
-- 
GitLab