Skip to content

Commit

Permalink
Fix typo on aria-controls attribute in FacetFieldComponent. (#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanaery authored Feb 24, 2025
1 parent 68216a9 commit b9be3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/blacklight/facet_field_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
data-target="#<%= html_id %>"
data-bs-target="#<%= html_id %>"
aria-expanded="<%= @facet_field.collapsed? ? 'false' : 'true' %>"
arial-controls="<%= html_id %>"
aria-controls="<%= html_id %>"
>
<%= label %>
</button>
Expand Down

0 comments on commit b9be3fb

Please sign in to comment.