Skip to content

Commit

Permalink
change key-sets to Key Sets to match Konnect in description text
Browse files Browse the repository at this point in the history
  • Loading branch information
Guaris authored and locao committed Jan 31, 2025
1 parent 3d921b1 commit a5c092e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kong/db/schema/entities/key_sets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ return {
{
name = {
type = "string",
description = "The name to associate with the given key-set.",
description = "The name to associate with the given Key Set.",
required = false,
unique = true,
},
Expand Down
2 changes: 1 addition & 1 deletion kong/db/schema/entities/keys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ return {
{
set = {
type = "foreign",
description = "The id of the key-set with which to associate the key.",
description = "The id of the Key Set with which to associate the key.",
required = false,
reference = "key_sets",
on_delete = "cascade",
Expand Down

1 comment on commit a5c092e

@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-dev:a5c092ece0433a5a4d45a11a8385eb817a05c6da
Artifacts available https://github.com/Kong/kong/actions/runs/13073999503

Please sign in to comment.