From fb4e0c6ec04d030c3382c4279a8134b72bbf7ee1 Mon Sep 17 00:00:00 2001 From: Sebastiano Poggi Date: Wed, 18 Sep 2024 07:51:39 -0700 Subject: [PATCH] Fix typo in IntelliJIconKey error message --- .../kotlin/org/jetbrains/jewel/bridge/icon/IntelliJIconKey.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide-laf-bridge/src/main/kotlin/org/jetbrains/jewel/bridge/icon/IntelliJIconKey.kt b/ide-laf-bridge/src/main/kotlin/org/jetbrains/jewel/bridge/icon/IntelliJIconKey.kt index 43e5c0649..fb90cd400 100644 --- a/ide-laf-bridge/src/main/kotlin/org/jetbrains/jewel/bridge/icon/IntelliJIconKey.kt +++ b/ide-laf-bridge/src/main/kotlin/org/jetbrains/jewel/bridge/icon/IntelliJIconKey.kt @@ -9,7 +9,7 @@ public fun IntelliJIconKey.Companion.fromPlatformIcon( iconClass: Class<*> = icon::class.java, ): IconKey { check(icon is IconPathProvider) { - "Only icons implementing IconPathsProvider are supported (e.g., coming from AllIcons)" + "Only icons implementing IconPathProvider are supported (e.g., coming from AllIcons)" } val oldUiPath =