From 54289e3ee07b17219567cb2c15f90e4d055e356c Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 13 Apr 2026 10:51:32 -0700 Subject: [PATCH] Fix documentation typo (#1229). --- docs/reference/configuration/data-sources/postgresql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/configuration/data-sources/postgresql.md b/docs/reference/configuration/data-sources/postgresql.md index 7e5e5322..dbc71a2b 100644 --- a/docs/reference/configuration/data-sources/postgresql.md +++ b/docs/reference/configuration/data-sources/postgresql.md @@ -66,7 +66,7 @@ Or you can perform schema-level grants if you prefer. For more information, see the PostgreSQL documentation on [PostgreSQL predefined roles](https://www.postgresql.org/docs/current/predefined-roles.html) and -[privileges](https://www.postgresql.org/docs/current/ddl-priv.html) +[privileges](https://www.postgresql.org/docs/current/ddl-priv.html). ## Full configuration