Skip to content

Commit

Permalink
Fixed typo handshack to handshake (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
hokwaichan authored Nov 9, 2024
1 parent b7228dc commit 5a7dcbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ protected void doApiHandshake() {
.getStatusCode()
.is2xxSuccessful();
} catch (Exception e) {
logger.debug("API Handshack error: ", e);
logger.debug("API handshake error: ", e);
}

if (!success) {
Expand Down

0 comments on commit 5a7dcbc

Please sign in to comment.