We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee34e80 + 2d3dadd commit 4120c73Copy full SHA for 4120c73
src/v1/internal/ch-node.js
@@ -110,7 +110,7 @@ const TrustStrategy = {
110
*/
111
TRUST_SIGNED_CERTIFICATES: function( opts, onSuccess, onFailure ) {
112
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.");
+ "the driver. Please use `TRUST_CUSTOM_CA_SIGNED_CERTIFICATES` instead.");
114
return TrustStrategy.TRUST_CUSTOM_CA_SIGNED_CERTIFICATES(opts, onSuccess, onFailure);
115
},
116
TRUST_CUSTOM_CA_SIGNED_CERTIFICATES : function( opts, onSuccess, onFailure ) {
0 commit comments