diff --git a/core/src/commonMain/kotlin/entity/component/ButtonComponent.kt b/core/src/commonMain/kotlin/entity/component/ButtonComponent.kt index 1dff01b609e..54f63818b27 100644 --- a/core/src/commonMain/kotlin/entity/component/ButtonComponent.kt +++ b/core/src/commonMain/kotlin/entity/component/ButtonComponent.kt @@ -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!!