Skip to content

Commit

Permalink
docs(pdk): fix a typo in kong.client.tls comment (#13032)
Browse files Browse the repository at this point in the history
  • Loading branch information
zekth authored Jun 1, 2024
1 parent d52e2fc commit 9eec3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/pdk/client/tls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ local function new()
-- @treturn nil|err Returns `nil` if successful, or an error message if it fails.
--
-- @usage
-- local cert, err = kong.client.get_full_client_certificate_chain()
-- local cert, err = kong.client.tls.get_full_client_certificate_chain()
-- if err then
-- -- do something with err
-- end
Expand Down

1 comment on commit 9eec3b0

@github-actions
Copy link
Contributor

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:9eec3b0ed699e2c0dfde442513542b46a8d1ef6f
Artifacts available https://github.com/Kong/kong/actions/runs/9327525459

Please sign in to comment.