We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65950ec commit 2d3daddCopy full SHA for 2d3dadd
src/v1/internal/ch-node.js
@@ -109,7 +109,7 @@ const TrustStrategy = {
109
*/
110
TRUST_SIGNED_CERTIFICATES: function( opts, onSuccess, onFailure ) {
111
console.log("`TRUST_SIGNED_CERTIFICATES` has been deprecated as option and will be removed in a future version of " +
112
- "the driver. Pleas use `TRUST_CUSTOM_CA_SIGNED_CERTIFICATES` instead.");
+ "the driver. Please use `TRUST_CUSTOM_CA_SIGNED_CERTIFICATES` instead.");
113
return TrustStrategy.TRUST_CUSTOM_CA_SIGNED_CERTIFICATES(opts, onSuccess, onFailure);
114
},
115
TRUST_CUSTOM_CA_SIGNED_CERTIFICATES : function( opts, onSuccess, onFailure ) {
0 commit comments