Skip to content

Commit

Permalink
Missing space in lint link
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Aug 16, 2023
1 parent ba01f4e commit a11e1ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class DetailsMenuMigration < Linter
include Helpers::RuleHelpers

MIGRATE_FROM_DETAILS_MENU = "<details-menu> has been deprecated. Please instead use Primer::Alpha::ActionMenu" \
"https://primer.style/design/components/action-menu/rails/alpha"
" https://primer.style/design/components/action-menu/rails/alpha"
DETAILS_MENU_RUBY_PATTERN = /tag:?\s+:"details-menu"/.freeze

def run(processed_source)
Expand Down

0 comments on commit a11e1ec

Please sign in to comment.