Skip to content

Commit

Permalink
Merge pull request #564 from LiYing2010/minor_fix_for_typo
Browse files Browse the repository at this point in the history
fix for typo
  • Loading branch information
rjaros authored Feb 7, 2025
2 parents 088ecb1 + 9a007ee commit f953a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsMain/kotlin/io/kvision/core/Css.kt
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ enum class Overflow(internal val overflow: String) {
*/
enum class OverflowWrap(internal val overflowWrap: String) {
NORMAL("normal"),
BREAKWORK("break-word"),
BREAKWORD("break-word"),
ANYWHERE("anywhere")
}

Expand Down

0 comments on commit f953a1a

Please sign in to comment.