Skip to content

Commit f953a1a

Browse files
authored
Merge pull request #564 from LiYing2010/minor_fix_for_typo
fix for typo
2 parents 088ecb1 + 9a007ee commit f953a1a

File tree

1 file changed

+1
-1
lines changed
  • src/jsMain/kotlin/io/kvision/core

1 file changed

+1
-1
lines changed

src/jsMain/kotlin/io/kvision/core/Css.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ enum class Overflow(internal val overflow: String) {
335335
*/
336336
enum class OverflowWrap(internal val overflowWrap: String) {
337337
NORMAL("normal"),
338-
BREAKWORK("break-word"),
338+
BREAKWORD("break-word"),
339339
ANYWHERE("anywhere")
340340
}
341341

0 commit comments

Comments
 (0)