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"