Skip to content

Commit

Permalink
docs: fix typo in configuration.md (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
totoro642 authored Jun 18, 2024
1 parent 8d6659c commit 82945b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:///<DATABASE_NAME>?"+
+"alloydbInstanceName=<INSTANCE_NAME>"
+"&alloydbNamedConnector=my-connector"
Expand Down

0 comments on commit 82945b6

Please sign in to comment.