Skip to content

Commit

Permalink
Fix typo in Primer::Alpha::Dialog::Header param description. (#2357)
Browse files Browse the repository at this point in the history
  • Loading branch information
ba1ash authored Nov 2, 2023
1 parent 3c33d60 commit cd77aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/primer/alpha/dialog/header.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Header < Primer::Component

# @param id [String] The HTML element's ID value.
# @param title [String] Describes the content of the dialog.
# @param subtitle [String] Provides dditional context for the dialog, also setting the `aria-describedby` attribute.
# @param subtitle [String] Provides additional context for the dialog, also setting the `aria-describedby` attribute.
# @param show_divider [Boolean] Show a divider between the header and body.
# @param visually_hide_title [Boolean] Visually hide the `title` while maintaining a label for assistive technologies.
# @param variant [Symbol] <%= one_of(Primer::Alpha::Dialog::Header::VARIANT_OPTIONS) %>
Expand Down

0 comments on commit cd77aeb

Please sign in to comment.