diff --git a/docs/user-manual/en/configuring-transports.md b/docs/user-manual/en/configuring-transports.md
index a44da351aa..5f32d77dad 100644
--- a/docs/user-manual/en/configuring-transports.md
+++ b/docs/user-manual/en/configuring-transports.md
@@ -37,7 +37,7 @@ valid key-value pairs depends on the specific transport be used and are
passed straight through to the underlying transport. These are set on the
`URI` as part of the query, like so:
- tcp://localhost:61617?sslEnabled=true;key-store-path=/path
+ tcp://localhost:61617?sslEnabled=true&keyStorePath=/path
## Understanding Connectors