Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bluzky committed Oct 1, 2024
1 parent 06e68e6 commit 53ea49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/salad_ui/toggle_group.ex
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defmodule SaladUI.ToggleGroup do
slot :inner_block

def toggle_group(assigns) do
validate_value_type(assigns)
ensure_valid_value_type!(assigns)

~H"""
<div class={classes(["flex items-center justify-center gap-1", @class])}>
Expand Down

0 comments on commit 53ea49c

Please sign in to comment.