Skip to content

Commit 2d3dadd

Browse files
committed
Fixed typo
1 parent 65950ec commit 2d3dadd

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
@@ -109,7 +109,7 @@ const TrustStrategy = {
109109
*/
110110
TRUST_SIGNED_CERTIFICATES: function( opts, onSuccess, onFailure ) {
111111
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.");
112+
"the driver. Please use `TRUST_CUSTOM_CA_SIGNED_CERTIFICATES` instead.");
113113
return TrustStrategy.TRUST_CUSTOM_CA_SIGNED_CERTIFICATES(opts, onSuccess, onFailure);
114114
},
115115
TRUST_CUSTOM_CA_SIGNED_CERTIFICATES : function( opts, onSuccess, onFailure ) {

0 commit comments

Comments
 (0)