Skip to content

Commit

Permalink
chore(core): consistent use of "an SKU"
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Sep 14, 2024
1 parent 809f7af commit cc36c98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class ButtonComponent(override val data: ChatComponentData) : Component {

/**
* The style of this button, [ButtonStyle.Link] buttons will always have a [url], [ButtonStyle.Premium] buttons will
* always have a [skuId].
* always have an [skuId].
*/
public val style: ButtonStyle get() = data.style.value!!

Expand Down

0 comments on commit cc36c98

Please sign in to comment.