Skip to content

Commit

Permalink
Fix typo (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggy42 authored Feb 17, 2020
1 parent c368cee commit 553dfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/andreapivetta/kolor/Extensions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fun String.lightRed() = Kolor.foreground(this, Color.LIGHT_RED)

fun String.lightGreen() = Kolor.foreground(this, Color.LIGHT_GREEN)

fun String.lightYelllow() = Kolor.foreground(this, Color.LIGHT_YELLOW)
fun String.lightYellow() = Kolor.foreground(this, Color.LIGHT_YELLOW)

fun String.lightBlue() = Kolor.foreground(this, Color.LIGHT_BLUE)

Expand Down

0 comments on commit 553dfde

Please sign in to comment.