From 2783bbf8314ddd38381ed4f878de170d5f0aec25 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:41:07 +0100 Subject: [PATCH] Apply suggestions from code review Fixed up typos (thanks @lenzgr) Co-authored-by: Lenz Grimmer --- product_docs/docs/pgd/5/appusage/behavior.mdx | 2 +- product_docs/docs/pgd/5/appusage/dml-ddl.mdx | 2 +- product_docs/docs/pgd/5/appusage/index.mdx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/product_docs/docs/pgd/5/appusage/behavior.mdx b/product_docs/docs/pgd/5/appusage/behavior.mdx index b9cb68d17cd..1c2a7c721ec 100644 --- a/product_docs/docs/pgd/5/appusage/behavior.mdx +++ b/product_docs/docs/pgd/5/appusage/behavior.mdx @@ -4,7 +4,7 @@ navTitle: Application behavior --- Much of PGD's replication behavior is transparent to applications. Understanding how it -achieves that and what elements are not transparent is important to successfully Developing +achieves that and what elements are not transparent is important to successfully developing an application that works well with PGD. ### Replication behavior diff --git a/product_docs/docs/pgd/5/appusage/dml-ddl.mdx b/product_docs/docs/pgd/5/appusage/dml-ddl.mdx index 21585d3a5e0..4251e000121 100644 --- a/product_docs/docs/pgd/5/appusage/dml-ddl.mdx +++ b/product_docs/docs/pgd/5/appusage/dml-ddl.mdx @@ -1,5 +1,5 @@ --- -title: DML and DDL replication amd nonreplication. +title: DML and DDL replication and nonreplication. navTitle: DML and DDL replication --- diff --git a/product_docs/docs/pgd/5/appusage/index.mdx b/product_docs/docs/pgd/5/appusage/index.mdx index 495c49f6c88..f939c09f066 100644 --- a/product_docs/docs/pgd/5/appusage/index.mdx +++ b/product_docs/docs/pgd/5/appusage/index.mdx @@ -15,7 +15,7 @@ Developing an application with PGD is predominantly the same as working with any * [Application behavior](behavior) looks at how PGD replication appears to an application. Which commands are replicated, which run locally, when row-level locks are acquired, how and where triggers fire, large objects, toast, and more are covered. -* [DML and DDL replication](dml-and-ddl) shows what the differences between the two classes of SQL statement are and how PGD handles replicating them. It also looks at which commands PGD doesn't replicate at all. +* [DML and DDL replication](dml-and-ddl) shows what the differences between the two classes of SQL statements are and how PGD handles replicating them. It also looks at which commands PGD doesn't replicate at all. * [Nodes with differences](differences) examines how PGD worls with configurations where there are differing table structures and schemas on replicated nodes. Also covered is how to compare between such nodes with LiveCompare and how differences of PostgreSQL versions running on nodes can be handled. @@ -23,7 +23,7 @@ Developing an application with PGD is predominantly the same as working with any * [Timing considerations](timing) shows how the asynchronous/synchronous replication may affect an applications view of data and notes functions to mitigate stale reads. -* [Table access methods](table-access-methods)(TAMs) notes which TAMs are available with PGD and how to enable them. +* [Table access methods](table-access-methods) (TAMs) notes which TAMs are available with PGD and how to enable them.