';`
!!! Note
- Refer to [MySQL 8 documentation](https://dev.mysql.com/doc/refman/8.0/en/upgrading-from-previous-series.html) for more details on the above error.
+ See the [MySQL 8 documentation](https://dev.mysql.com/doc/refman/8.0/en/upgrading-from-previous-series.html) for more details on this error.
diff --git a/product_docs/docs/mysql_data_adapter/2/index.mdx b/product_docs/docs/mysql_data_adapter/2/index.mdx
index 946b97e0933..29aefbf1251 100644
--- a/product_docs/docs/mysql_data_adapter/2/index.mdx
+++ b/product_docs/docs/mysql_data_adapter/2/index.mdx
@@ -18,11 +18,9 @@ navigation:
---
-The MySQL Foreign Data Wrapper (`mysql_fdw`) is a Postgres extension that allows you to access data that resides on a MySQL database from EDB Postgres Advanced Server. It is a writable foreign data wrapper that you can use with Postgres functions and utilities, or in conjunction with other data that resides on a Postgres host.
+The MySQL Foreign Data Wrapper (`mysql_fdw`) is a Postgres extension that lets you access data that resides on a MySQL database from EDB Postgres Advanced Server. It's a writable foreign data wrapper that you can use with Postgres functions and utilities or with other data that resides on a Postgres host.
-The MySQL Foreign Data Wrapper can be installed with an RPM package. You can download an installer from the [EDB website](https://www.enterprisedb.com/software-downloads-postgres/).
-
-This guide uses the term `Postgres` to refer to an instance of EDB Postgres Advanced Server.
+You can install the MySQL Foreign Data Wrapper with an RPM package. You can download an installer from the [EDB website](https://www.enterprisedb.com/software-downloads-postgres/).
diff --git a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/index.mdx b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/index.mdx
index 8f33cef04f6..d46f34e9352 100644
--- a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/index.mdx
+++ b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/index.mdx
@@ -10,7 +10,7 @@ navigation:
- mysql2.5.1_rel_notes
---
-The MySQL Foreign Data Wrapper documentation describes the latest version of MySQL Foreign Data Wrapper 5 including minor releases and patches. The release notes in this section provide information on what was new in each release. For new functionality introduced in a minor or patch release, there are also indicators within the content about what release introduced the feature.
+The MySQL Foreign Data Wrapper documentation describes the latest version of MySQL Foreign Data Wrapper 5, including minor releases and patches. The release notes provide information on what was new in each release. For new functionality introduced in a minor or patch release, the content also includes indicators about the release that introduced the feature.
| Version | Release Date |
| ----------------------------- | ------------ |
diff --git a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.7.0_rel_notes.mdx b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.7.0_rel_notes.mdx
index 6bd8a54b52e..4c18eb867dd 100644
--- a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.7.0_rel_notes.mdx
+++ b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.7.0_rel_notes.mdx
@@ -11,6 +11,6 @@ Enhancements, bug fixes, and other changes in MySQL Foreign Data Wrapper 2.7.0 i
| ---- |------------ |
| Enhancement | Support for EDB Postgres Advanced Server 14. |
| Enhancement | MySQL Foreign Data Wrapper now supports min, max, sum, avg, and count aggregate function pushdown. You can now push aggregates to the remote MySQL server instead of fetching all of the rows and aggregating them locally. This improves performance for the cases where aggregates can be pushed down. Aggregate filters and orders are not pushed down as MySQL does not support them. |
-| Bug Fix | Function expression deparsing implicit/explicit coercion sending wrong query to the MySQL server. |
-| Bug Fix | Import foreign schema failure due to SET type. |
+| Bug fix | Function expression deparsing implicit/explicit coercion sending wrong query to the MySQL server. |
+| Bug fix | Import foreign schema failure due to SET type. |