interpret the PostgreSQL logical replication protocol. In PostgreSQL 16, users
 can perform logical replication from a standby instance, meaning a standby can
 publish logical changes to other servers. This provides developers with new
-workload distribution options – for example, using a standby rather than the
+workload distribution options, for example, using a standby rather than the
 busier primary to logically replicate changes to downstream systems.
 
 Additionally, there are several performance improvements in PostgreSQL 16 to
 There are several access control improvements to logical replication in
 PostgreSQL 16, including the new
 [predefined role](https://www.postgresql.org/docs/16/predefined-roles.html)
-`pg_create_subscription`, which grants users the ability to create anew logical
+`pg_create_subscription`, which grants users the ability to create new logical
 subscriptions. Finally, this release begins adding support for bidirectional
 logical replication, introducing functionality to replicate data between two
 tables from different publishers.