diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-11-25 09:49:00 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-11-25 10:02:17 +0100 |
commit | 796f57d21697b2a9addfebae9d0182f2539b883e (patch) | |
tree | b6c37f5618a28988326012b904aefdc42ee979e0 | |
parent | 59ed45e278b78dbfae1b02ad90eee3d01ddec929 (diff) |
doc: Fix typos
Author: Justin Pryzby <pryzby@telsasoft.com>
Discussion: https://www.postgresql.org/message-id/20201121194105.GO24784@telsasoft.com
-rw-r--r-- | doc/src/sgml/contrib.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml index 625c64a9fa2..8b3c87d0ef6 100644 --- a/doc/src/sgml/contrib.sgml +++ b/doc/src/sgml/contrib.sgml @@ -184,7 +184,7 @@ pages. applications in <literal>contrib</literal>. They can be run from anywhere, independent of where the database server resides. See also <xref linkend="reference-client"> for information about client - applications that part of the core <productname>PostgreSQL</productname> + applications are that part of the core <productname>PostgreSQL</productname> distribution. </para> @@ -200,7 +200,7 @@ pages. applications in <literal>contrib</literal>. They are typically run on the host where the database server resides. See also <xref linkend="reference-server"> for information about server applications that - part of the core <productname>PostgreSQL</productname> distribution. + are part of the core <productname>PostgreSQL</productname> distribution. </para> &pgstandby; |