From 82945b6cf4501b2739c5e6bb7811880ce516252e Mon Sep 17 00:00:00 2001 From: totoro642 Date: Tue, 18 Jun 2024 16:23:14 +0300 Subject: [PATCH] docs: fix typo in configuration.md (#553) --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 6fbd811a..2680c741 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -137,7 +137,7 @@ ConnectorConfig config = new ConnectorConfig.Builder() // Register it with the name "my-connector" ConnectorRegistry.register("my-connector", config); -// Configure the datbase connection pool. +// Configure the database connection pool. String jdbcUrl = "jdbc:postgresql:///?"+ +"alloydbInstanceName=" +"&alloydbNamedConnector=my-connector"