Skip to content

Commit

Permalink
style(clustering): fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx authored and AndyZhang0707 committed Sep 5, 2023
1 parent a6659ed commit 9a720d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/clustering/data_plane.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function _M:communicate(premature)
-- connection established
-- first, send out the plugin list and DP labels to CP
-- The CP will make the decision on whether sync will be allowed
-- based no the received information
-- based on the received information
local _
_, err = c:send_binary(cjson_encode({ type = "basic_info",
plugins = self.plugins_list,
Expand Down

1 comment on commit 9a720d2

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:9a720d2caaa6688317b96b2084aee6b7b3041f02
Artifacts available https://github.com/Kong/kong/actions/runs/6082176792

Please sign in to comment.