Skip to content

Commit

Permalink
Merge pull request #11 from seb3s/patch-1
Browse files Browse the repository at this point in the history
fix doc
  • Loading branch information
cblavier committed Oct 20, 2023
2 parents d3c375a + c173f21 commit f4ac5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phx_component_helpers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ defmodule PhxComponentHelpers do
`assigns` now contains :
- `@heex_id`, `@heex_name`, `@heex_label` and `@heex_value`.
- `@heex_attributes` which holds the values if `:id`, `:name` and `:label`.
- `@heex_attributes` which holds the values of `:id`, `:name` and `:label`.
"""
def set_attributes(assigns, attributes, opts \\ []) do
assigns
Expand Down

0 comments on commit f4ac5c4

Please sign in to comment.