Skip to content

Commit

Permalink
Fix value
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarnef committed Jul 24, 2024
1 parent 6619450 commit dfe3270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uui-relative-time/lib/uui-relative-time.story.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const meta: Meta<UUIRelativeTimeElement> = {
};

const format = ['duration', 'relative', 'datetime'];
const tense = ['auto', 'past', 'large'];
const tense = ['auto', 'past', 'future'];
const precision = [
'year',
'month',
Expand Down

0 comments on commit dfe3270

Please sign in to comment.