Skip to content

Commit e0f27a6

Browse files
authored
Typo Update ruby.md
Fix typo: "handhsake" to "handshake"
1 parent 4f6b510 commit e0f27a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/grpc/ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ require 'grpc'
6363
require 'lightning_services_pb'
6464

6565
# Due to updated ECDSA generated tls.cert we need to let gprc know that
66-
# we need to use that cipher suite otherwise there will be a handhsake
66+
# we need to use that cipher suite otherwise there will be a handshake
6767
# error when we communicate with the lnd rpc server.
6868
ENV['GRPC_SSL_CIPHER_SUITES'] = "HIGH+ECDSA"
6969

0 commit comments

Comments
 (0)