Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Jan 6, 2023
1 parent 79f6d54 commit cda228b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/primer/beta/relative_time.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class RelativeTime < Primer::Component
FORMAT_OPTIONS = [FORMAT_DEFAULT, :micro, :elapsed].freeze

FORMAT_STYLE_DEFAULT = nil
FORMAT_STYLE_OPTIONS = [FORMAT_DEFAULT, :long, :short, :narrow].freeze
FORMAT_STYLE_OPTIONS = [FORMAT_STYLE_DEFAULT, :long, :short, :narrow].freeze

SECOND_DEFAULT = nil
SECOND_MAPPINGS = {
Expand Down

0 comments on commit cda228b

Please sign in to comment.