Skip to content

Commit c8f75f9

Browse files
Fix formatting issue due to missing ` (#2293) (#2297)
Cherry-picked from #2293 Co-authored-by: Therese Magnusson <[email protected]>
1 parent 4d029f2 commit c8f75f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/database-administration/aliases/manage-aliases-standard-databases.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,9 @@ This will be validated when the command is executed.
403403
* connection_pool_max_size -- for details, see xref:configuration/configuration-settings.adoc#config_dbms.routing.driver.connection.pool.max_size[dbms.routing.driver.connection.pool.max_size].
404404
* logging_level (For details, see xref:configuration/configuration-settings.adoc#config_dbms.routing.driver.logging.level[dbms.routing.driver.logging.level])
405405

406-
The driver settings are set in the `DRIVER` clause of the `CREATE ALIAS` or `ALTER ALIAS commands.
406+
The driver settings are set in the `DRIVER` clause of the `CREATE ALIAS` or `ALTER ALIAS` commands.
407407
For example, the following query creates a remote database alias using driver settings `connection_timeout` and
408-
`connection_pool_max_size` for connecting to the remote database `northwind-graph-2020:
408+
`connection_pool_max_size` for connecting to the remote database `northwind-graph-2020`:
409409

410410
.Query
411411
[source, cypher]

0 commit comments

Comments
 (0)