We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a6c33 commit 2942825Copy full SHA for 2942825
1 file changed
src/relative-time-element.ts
@@ -138,7 +138,6 @@ export class RelativeTimeElement extends HTMLElement implements Intl.DateTimeFor
138
// value takes precedence over this custom format.
139
//
140
// Returns a formatted time String.
141
-
142
#getFormattedTitle(date: Date): string | undefined {
143
return new Intl.DateTimeFormat(this.#lang, {
144
day: 'numeric',
0 commit comments