Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Nov 10, 2023
1 parent aecc97b commit 0ab37c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ class MessageConfig : SelfSavable<CommentedConfigurationNode>, KoinComponent {
private val regex = Regex("^([0-9]+)( |)([a-zA-Z]+)$")
private val map = mapOf(
setOf("s", "second", "seconds", "sec", "secs") to TimeUnit.SECONDS,
setOf("m", "minute", "minutes", "min", "min") to TimeUnit.MINUTES,
setOf("m", "minute", "minutes", "min", "mins") to TimeUnit.MINUTES,
setOf("h", "hour", "hours", "hr", "hrs") to TimeUnit.HOURS,
)

Expand Down

0 comments on commit 0ab37c4

Please sign in to comment.