Skip to content

Commit 4120c73

Browse files
committed
Merge remote-tracking branch 'upstream/1.0' into 1.1
2 parents ee34e80 + 2d3dadd commit 4120c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/internal/ch-node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const TrustStrategy = {
110110
*/
111111
TRUST_SIGNED_CERTIFICATES: function( opts, onSuccess, onFailure ) {
112112
console.log("`TRUST_SIGNED_CERTIFICATES` has been deprecated as option and will be removed in a future version of " +
113-
"the driver. Pleas use `TRUST_CUSTOM_CA_SIGNED_CERTIFICATES` instead.");
113+
"the driver. Please use `TRUST_CUSTOM_CA_SIGNED_CERTIFICATES` instead.");
114114
return TrustStrategy.TRUST_CUSTOM_CA_SIGNED_CERTIFICATES(opts, onSuccess, onFailure);
115115
},
116116
TRUST_CUSTOM_CA_SIGNED_CERTIFICATES : function( opts, onSuccess, onFailure ) {

0 commit comments

Comments
 (0)