diff --git a/admin.rst b/admin.rst
index 01c4e87df..a272fcfbb 100644
--- a/admin.rst
+++ b/admin.rst
@@ -51,7 +51,7 @@ However it's very easy to delete the **entire table** by omitting the query para
DELETE /logs HTTP/1.1
-This can happen accidentally such as by switching a request from a GET to a DELETE. To protect against accidental operations use the `pg-safeupdate `_ PostgreSQL extension. It raises an error if UPDATE or DELETE are executed without specifying conditions. To install it you can use the `PGXN `_ network:
+This can happen accidentally such as by switching a request from a GET to a DELETE. To protect against accidental operations use the `pg-safeupdate `_ PostgreSQL extension. It raises an error if UPDATE or DELETE are executed without specifying conditions. To install it you can use the `PGXN `_ network:
.. code-block:: bash
diff --git a/ecosystem.rst b/ecosystem.rst
index 77247d091..9b33ba546 100644
--- a/ecosystem.rst
+++ b/ecosystem.rst
@@ -61,7 +61,7 @@ These are PostgreSQL bridges that propagate LISTEN/NOTIFY to external queues for
Extensions
----------
-* `pg-safeupdate `_ - Prevent full-table updates or deletes
+* `pg-safeupdate `_ - Prevent full-table updates or deletes
* `srid/spas `_ - allow file uploads and basic auth
* `svmnotn/postgrest-auth `_ - OAuth2-inspired external auth server
* `wildsurfer/postgrest-oauth-server `_ - OAuth2 server