Skip to content

Commit 5e9d935

Browse files
committed
RUBY-1757 CANONICALIZE_HOST_NAME is spelled wrong in auth mechanism URI option documentation
1 parent cd9a999 commit 5e9d935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/ruby-driver-create-client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ URI Options Conversions
106106
* - authMechanismProperties=Strings
107107
- ``{ :auth_mech_properties => { :service_realm => String, :canonicalize_host_name => true|false, :service_name => String } }``
108108

109-
Specified as comma-separated key:value pairs, e.g. ``"SERVICE_REALM:foo,CANONICALIZE_HOSTNAME:TRUE"``.
109+
Specified as comma-separated key:value pairs, e.g. ``"SERVICE_REALM:foo,CANONICALIZE_HOST_NAME:TRUE"``.
110110

111111
* - authSource=String
112112
- ``:auth_source => String``

0 commit comments

Comments
 (0)