Skip to content

Commit

Permalink
Fix typo in ActionList docs (#3094)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron authored Sep 16, 2024
1 parent f87d0d1 commit b7f3a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/primer/alpha/action_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def custom_element_name
# @param scheme [Symbol] <%= one_of(Primer::Alpha::ActionList::SCHEME_OPTIONS) %> `inset` children are offset (vertically and horizontally) from list edges. `full` (default) children are flush (vertically and horizontally) with list edges.
# @param show_dividers [Boolean] Display a divider above each item in the list when it does not follow a header or divider.
# @param select_variant [Symbol] How items may be selected in the list. <%= one_of(Primer::Alpha::ActionList::SELECT_VARIANT_OPTIONS) %>
# @param aria_selection_variant [Symbol] Specifies which aria selection to use. <%= one_of(Primer::Alpha::ActionList::ARIA_SELECTION_VARIANT_OPTIONS) %?
# @param aria_selection_variant [Symbol] Specifies which aria selection to use. <%= one_of(Primer::Alpha::ActionList::ARIA_SELECTION_VARIANT_OPTIONS) %>
# @param form_arguments [Hash] Allows an `ActionList` to act as a select list in multi- and single-select modes. Pass the `builder:` and `name:` options to this hash. `builder:` should be an instance of `ActionView::Helpers::FormBuilder`, which are created by the standard Rails `#form_with` and `#form_for` helpers. The `name:` option is the desired name of the field that will be included in the params sent to the server on form submission. *NOTE*: Consider using an <%= link_to_component(Primer::Alpha::ActionMenu) %> instead of using this feature directly.
# @param system_arguments [Hash] <%= link_to_system_arguments_docs %>
def initialize(
Expand Down

0 comments on commit b7f3a97

Please sign in to comment.