@@ -86,7 +86,7 @@ class RelativeTime < Primer::Component
86
86
87
87
# @param datetime [Time] The time to be formatted.
88
88
# @param tense [Symbol] Which tense to use. <%= one_of(Primer::Beta::RelativeTime::TENSE_OPTIONS) %>
89
- # @param prefix [sring ] What to prefix the relative ime display with.
89
+ # @param prefix [String ] What to prefix the relative time display with.
90
90
# @param second [Symbol] What format seconds should take. <%= one_of(Primer::Beta::RelativeTime::SECOND_OPTIONS) %>
91
91
# @param minute [Symbol] What format minues should take. <%= one_of(Primer::Beta::RelativeTime::MINUTE_OPTIONS) %>
92
92
# @param hour [Symbol] What format hours should take. <%= one_of(Primer::Beta::RelativeTime::HOUR_OPTIONS) %>
@@ -95,12 +95,12 @@ class RelativeTime < Primer::Component
95
95
# @param month [Symbol] What format months should take. <%= one_of(Primer::Beta::RelativeTime::MONTH_OPTIONS) %>
96
96
# @param year [Symbol] What format years should take. <%= one_of(Primer::Beta::RelativeTime::YEAR_OPTIONS) %>
97
97
# @param time_zone_name [Symbol] What format the time zone should take. <%= one_of(Primer::Beta::RelativeTime::TIMEZONENAME_OPTIONS) %>
98
- # @param threshold [string ] The threshold, in ISO-8601 'durations' format, at which relative time displays become absolute.
98
+ # @param threshold [String ] The threshold, in ISO-8601 'durations' format, at which relative time displays become absolute.
99
99
# @param precision [Symbol] The precision elapsed time should display. <%= one_of(Primer::Beta::RelativeTime::PRECISION_OPTIONS) %>
100
100
# @param format [Symbol] The format the display should take. <%= one_of(Primer::Beta::RelativeTime::FORMAT_OPTIONS) %>
101
101
# @param format_style [Symbol] The format the display should take. <%= one_of(Primer::Beta::RelativeTime::FORMAT_STYLE_OPTIONS) %>
102
- # @param lang [string ] The language to use.
103
- # @param title [string ] Provide a custom title to the element.
102
+ # @param lang [String ] The language to use.
103
+ # @param title [String ] Provide a custom title to the element.
104
104
# @param no_title [Boolean] Removes the `title` attribute provided on the element by default.
105
105
# @param system_arguments [Hash] <%= link_to_system_arguments_docs %>
106
106
def initialize (
0 commit comments