diff options
author | Peter Eisentraut | 2020-11-25 08:49:00 +0000 |
---|---|---|
committer | Peter Eisentraut | 2020-11-25 08:49:00 +0000 |
commit | 2fbd786c3446b1bc90f396d3fa5f4614b0a57d89 (patch) | |
tree | 333bd6f81599db1c1bcb5070963b46e0bfabcaf1 | |
parent | d5d91acdccae6b322a5634be2c66d62fc6b9a43d (diff) |
doc: Fix typos
Author: Justin Pryzby <[email protected]>
Discussion: https://www.postgresql.org/message-id/[email protected]
-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 4e833d79ef..ae2759be55 100644 --- a/doc/src/sgml/contrib.sgml +++ b/doc/src/sgml/contrib.sgml @@ -180,7 +180,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 that are part of the core <productname>PostgreSQL</productname> distribution. </para> @@ -196,7 +196,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; |