Skip to content

Commit

Permalink
Update tls.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
zekth committed May 27, 2024
1 parent aae1815 commit 52f6382
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

0 comments on commit 52f6382

Please sign in to comment.